diff options
author | sreeram@chromium.org <sreeram@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-12 22:33:01 +0000 |
---|---|---|
committer | sreeram@chromium.org <sreeram@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-12 22:33:01 +0000 |
commit | bada5213e1722d0e5c2d5df8b0c470c15b737cd8 (patch) | |
tree | 1483e52a88b979b9e31ee99389c9e925d83794b1 /chrome/browser/ui/cocoa/browser_window_cocoa.h | |
parent | 25be8b7f6605a5f842c85d9ffbc616b61bd1bf3a (diff) | |
download | chromium_src-bada5213e1722d0e5c2d5df8b0c470c15b737cd8.zip chromium_src-bada5213e1722d0e5c2d5df8b0c470c15b737cd8.tar.gz chromium_src-bada5213e1722d0e5c2d5df8b0c470c15b737cd8.tar.bz2 |
Remove fading in/out for Instant previews.
There doesn't seem to be a strong need for the fade, so remove it, eliminating
some complexity and potential bugs. I've verified that it fixes bug 99755. I'm
not able to reproduce bug 99789 yet, but presumably, it will be fixed as well
(since there won't be any fades any more).
BUG=99755,99789
TEST=See bugs and description above.
Review URL: http://codereview.chromium.org/8232028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105178 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/cocoa/browser_window_cocoa.h')
-rw-r--r-- | chrome/browser/ui/cocoa/browser_window_cocoa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.h b/chrome/browser/ui/cocoa/browser_window_cocoa.h index ab3c832..3352c4af 100644 --- a/chrome/browser/ui/cocoa/browser_window_cocoa.h +++ b/chrome/browser/ui/cocoa/browser_window_cocoa.h @@ -107,7 +107,6 @@ class BrowserWindowCocoa : public BrowserWindow, virtual void OpenTabpose(); virtual void SetPresentationMode(bool presentation_mode); virtual bool InPresentationMode(); - virtual void PrepareForInstant(); virtual void ShowInstant(TabContentsWrapper* preview); virtual void HideInstant(bool instant_is_active); virtual gfx::Rect GetInstantBounds(); |