| 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 92031eadbd976318203a2ab817013f18f3da6683..0cfba1a63fcd931b08dab9e7f534e5121f621f8e 100644
|
| --- a/chrome/browser/extensions/extension_ui_util.h
|
| +++ b/chrome/browser/extensions/extension_ui_util.h
|
| @@ -47,11 +47,6 @@ 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
|
|
|
|
|