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

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: Remove languages tweak and fix keyboard 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
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..117352b4b554afeb89e922d0cbd211753d688317 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::RenderViewCreated
flackr 2011/11/30 16:00:46 Method name in overridden comment is redundant, al
Rick Byers 2011/11/30 16:23:07 Done.
+ 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();

Powered by Google App Engine
This is Rietveld 408576698