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

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

Issue 6973047: Fix to reload He's Dead Jim page when navigating through windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months 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 | « no previous file | 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 9231df5ccf263afaa42db6a945c5e45e222bb9a6..f531abe5aaff2eb6998c026661bd49a61adf0f6c 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -330,6 +330,11 @@ class Browser : public TabHandlerDelegate,
// cleanup.
void OnWindowClosing();
+ // OnWindowActivationChanged handling ///////////////////////////////////////
+
+ // Invoked when the window containing us is activated.
+ void OnWindowActivated();
+
// In-progress download termination handling /////////////////////////////////
// Are normal and/or incognito downloads in progress?
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698