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

Unified Diff: chrome/browser/ui/webui/chrome_web_ui.h

Issue 8695007: Replace TOUCH_UI condition in WebUI with dynamic flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tiny tweaks based on CR feedback Created 9 years, 1 month 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 | « chrome/browser/resources/shared/js/cr/ui/card_slider.js ('k') | chrome/browser/ui/webui/chrome_web_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chrome_web_ui.h
diff --git a/chrome/browser/ui/webui/chrome_web_ui.h b/chrome/browser/ui/webui/chrome_web_ui.h
index 1e5ebc5f146f7e0fa44bbf8536f96f48d623de4a..118a1108a4747cc09a3dbdf6f6ca2110221c9067 100644
--- a/chrome/browser/ui/webui/chrome_web_ui.h
+++ b/chrome/browser/ui/webui/chrome_web_ui.h
@@ -22,6 +22,9 @@ class ChromeWebUI : public WebUI {
// detached from the location bar.
virtual bool CanShowBookmarkBar() const;
+ // Overridden from WebUI:
+ virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE;
+
// IsMoreWebUI returns a command line flag that tracks whether to use
// available WebUI implementations of native dialogs.
static bool IsMoreWebUI();
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/card_slider.js ('k') | chrome/browser/ui/webui/chrome_web_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698