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

Unified Diff: chrome/browser/extensions/extension_ui_util.h

Issue 1036173002: Animate showing / hiding the location bar for bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix stuffup Created 5 years, 8 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 | « no previous file | chrome/browser/extensions/extension_ui_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_ui_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698