Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: chrome/browser/ui/browser.h

Issue 5610005: Makes instant run before unload listeners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Better comments Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 77c21460cb644307709c20db35619d15d6a99a77..58660362d7e2295fe993f995d3f9d0a4d3ffbe5d 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -40,6 +40,7 @@ class BrowserWindow;
class Extension;
class FindBarController;
class InstantController;
+class InstantUnloadHandler;
class PrefService;
class Profile;
class SessionStorageNamespace;
@@ -1110,6 +1111,7 @@ class Browser : public TabHandlerDelegate,
TabRestoreService* tab_restore_service_;
scoped_ptr<InstantController> instant_;
+ scoped_ptr<InstantUnloadHandler> instant_unload_handler_;
DISALLOW_COPY_AND_ASSIGN(Browser);
};

Powered by Google App Engine
This is Rietveld 408576698