Revert 170795
The ConstrainedWindowMacTest.ShowInUninitializedTab was failing on some bots. http://build.chromium.org/p/tryserver.chromium/builders/mac_rel/builds/78878/steps/browser_tests/logs/stdio > Fix showing constrained window for uninitialized tabs > > If a tab is added without being shown then the associated tab view for the web content will not be created yet. > > When a constrained window is added to that tab the window never gets shown. > > To fix this I've changed ConstrainedWindowMac2 to reshow the window once the web contents becomes visible. > > BUG=163778 > TEST=Reproduced bug 163778 and verified that my patch fixes it. > Verified that ConstrainedWindowMacTest.ShowInUninitializedTab fails without my patch and passes with it. > > > Review URL: https://chromiumcodereview.appspot.com/11419277 TBR=sail@chromium.org Review URL: https://codereview.chromium.org/11418304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170903 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment