Reverted due to cmpile errors:
commitcf733fc6ab80b3078510f69535db456b92c5358d
authorrlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 1 Feb 2013 00:11:02 +0000 (1 00:11 +0000)
committerrlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 1 Feb 2013 00:11:02 +0000 (1 00:11 +0000)
tree68e1f37ec194194166ce5eb5b025bee08decc3f0
parent63c0fe094699134a439fada96b741b01c949a937
Reverted due to cmpile errors:

chrome/browser/ui/views/tabs/tab_strip.cc:2318:18: error: field 'drop_index' is uninitialized when used here [-Werror,-Wuninitialized]
    : drop_index(drop_index),
                 ^
chrome/browser/ui/views/tabs/tab_strip.cc:2320:18: error: field 'point_down' is uninitialized when used here [-Werror,-Wuninitialized]
      point_down(point_down) {

Revert 180006 - Aura: Fix crash on dragging URL into tab strip

The widget for the window containing the drop-location arrow needs a parent
under Aura to be placed correctly.  A parent or context for each widget is
required due to https://codereview.chromium.org/11829040/

BUG=173229
TEST=Open two tabs, verify you can drag a blue URL link into the space between the two tabs in the tab strip. The URL should open in a new tab and Chrome should not crash.

Review URL: https://codereview.chromium.org/12089084

TBR=jamescook@chromium.org
Review URL: https://codereview.chromium.org/12092099

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180009 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/ui/views/tabs/tab_strip.cc
chrome/browser/ui/views/tabs/tab_strip.h