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

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

Issue 7861024: Adds testing infrastructure to web_ui_browsertest to support testing HtmlDialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove inline override function declaration for clang. Created 9 years, 3 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/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 489e5192763edcf281fff853ee7725d1ed8f3dcb..765fe0300f72614010e90eaeab0368657964fcd2 100644
--- a/chrome/browser/ui/webui/chrome_web_ui.h
+++ b/chrome/browser/ui/webui/chrome_web_ui.h
@@ -28,6 +28,10 @@ class ChromeWebUI : public WebUI {
// available WebUI implementations of native dialogs.
static bool IsMoreWebUI();
+ // Override the argument setting for more WebUI. If true this enables more
+ // WebUI.
+ static void OverrideMoreWebUI(bool use_more_webui);
+
protected:
void set_force_bookmark_bar_visible(bool value) {
force_bookmark_bar_visible_ = value;
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chrome_web_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698