| 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.
|
|
|