| Index: chrome/browser/extensions/extension_ui_util.h
|
| diff --git a/chrome/browser/extensions/extension_ui_util.h b/chrome/browser/extensions/extension_ui_util.h
|
| index c49c2bc61376794983494ac2655bff5734a011bc..92031eadbd976318203a2ab817013f18f3da6683 100644
|
| --- a/chrome/browser/extensions/extension_ui_util.h
|
| +++ b/chrome/browser/extensions/extension_ui_util.h
|
| @@ -7,6 +7,7 @@
|
|
|
| namespace content {
|
| class BrowserContext;
|
| +class WebContents;
|
| }
|
|
|
| namespace extensions {
|
| @@ -46,6 +47,11 @@ bool ShouldDisplayInExtensionSettings(const Extension* extension,
|
| bool ShouldNotBeVisible(const Extension* extension,
|
| content::BrowserContext* context);
|
|
|
| +// Returns true if the location bar should be shown for |web_contents| when
|
| +// viewed in the context of the app represented by |extension|.
|
| +bool ShouldShowLocationBar(const Extension* extension,
|
| + const content::WebContents* web_contents);
|
| +
|
| } // namespace ui_util
|
| } // namespace extensions
|
|
|
|
|