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

Unified Diff: chrome/browser/browser.h

Issue 661454: Initial implementation of status tray functionality (mac-only, currently). (Closed)
Patch Set: more changes per review feedback Created 10 years, 10 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 | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index 991f9d47c71d6b42afccdce5e36d85e7135e4b33..f8abf9538e35fd8b29399a61abffca93c1d2a315 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -192,10 +192,13 @@ class Browser : public TabStripModelDelegate,
// no windows).
static void OpenHistoryWindow(Profile* profile);
static void OpenDownloadsWindow(Profile* profile);
- static void OpenExtensionsWindow(Profile* profile);
static void OpenHelpWindow(Profile* profile);
#endif
+ // Opens a window with the extensions tab in it - needed by long-lived
+ // extensions which may run with no windows open.
+ static void OpenExtensionsWindow(Profile* profile);
+
// State Storage and Retrieval for UI ///////////////////////////////////////
// Save and restore the window position.
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698