| Index: chrome/browser/extensions/extension_tab_util.h
|
| diff --git a/chrome/browser/extensions/extension_tab_util.h b/chrome/browser/extensions/extension_tab_util.h
|
| index 5a45abf8283c9a61a38326d2ad602b2eac72ea15..6736db442ff8cf27c886c039cb1db1f363403c20 100644
|
| --- a/chrome/browser/extensions/extension_tab_util.h
|
| +++ b/chrome/browser/extensions/extension_tab_util.h
|
| @@ -171,8 +171,10 @@ class ExtensionTabUtil {
|
| static WindowController* GetWindowControllerOfTab(
|
| const content::WebContents* web_contents);
|
|
|
| - // Open the extension's options page.
|
| - static void OpenOptionsPage(const Extension* extension, Browser* browser);
|
| + // Open the extension's options page. Returns true if an options page was
|
| + // successfully opened (though it may not necessarily *load*, e.g. if the
|
| + // URL does not exist).
|
| + static bool OpenOptionsPage(const Extension* extension, Browser* browser);
|
| };
|
|
|
| } // namespace extensions
|
|
|