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

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: Fix comments and reset session id appropriately 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
« no previous file with comments | « chrome/browser/tabs/tab_strip_model_unittest.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index e7d46416fd96b15a3b67b1185dc8b1b32ff84133..f6f2553119530b0f6d10cc32e4cbbde180d71a1d 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;
@@ -1120,6 +1121,7 @@ class Browser : public TabHandlerDelegate,
TabRestoreService* tab_restore_service_;
scoped_ptr<InstantController> instant_;
+ scoped_ptr<InstantUnloadHandler> instant_unload_handler_;
DISALLOW_COPY_AND_ASSIGN(Browser);
};
« no previous file with comments | « chrome/browser/tabs/tab_strip_model_unittest.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698