diff options
author | shishir@chromium.org <shishir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 08:19:15 +0000 |
---|---|---|
committer | shishir@chromium.org <shishir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 08:19:15 +0000 |
commit | a09a7546f7535a6909886c473e1555d59b9ed88e (patch) | |
tree | 7f9f61e3c7b699ebc60a2b5c5d011280e6ef72d5 /chrome/browser/instant/instant_loader.h | |
parent | f9285be839ca1efd30a3d4ddb27e479bd364639b (diff) | |
download | chromium_src-a09a7546f7535a6909886c473e1555d59b9ed88e.zip chromium_src-a09a7546f7535a6909886c473e1555d59b9ed88e.tar.gz chromium_src-a09a7546f7535a6909886c473e1555d59b9ed88e.tar.bz2 |
Recreate InstantLoader when its underlying RenderView dies.
Currently the new loader created is not updated with the previous status and
the omnibox input stays the same as before the crash. If the user changes the
omnibox input in any way, instant will showup as expected.
BUG=159327
Review URL: https://chromiumcodereview.appspot.com/11412180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/instant/instant_loader.h')
-rw-r--r-- | chrome/browser/instant/instant_loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/instant/instant_loader.h b/chrome/browser/instant/instant_loader.h index a605f37..458e5c6 100644 --- a/chrome/browser/instant/instant_loader.h +++ b/chrome/browser/instant/instant_loader.h @@ -114,6 +114,7 @@ class InstantLoader : public InstantClient::Delegate, InstantSizeUnits units) OVERRIDE; virtual void StartCapturingKeyStrokes() OVERRIDE; virtual void StopCapturingKeyStrokes() OVERRIDE; + virtual void RenderViewGone() OVERRIDE; // Overridden from content::NotificationObserver: virtual void Observe(int type, |