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

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

Issue 10702097: Adds browser preferences to configure first-run flow on Windows 8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: chrome/browser/ui/webui/set_as_default_browser_ui.h
diff --git a/chrome/browser/ui/webui/set_as_default_browser_ui.h b/chrome/browser/ui/webui/set_as_default_browser_ui.h
index 3089032ffdcbd37251f5dba887c44b34ac079e16..93809ab27ec69dca1564cc5dea5a9de5525ea8e1 100644
--- a/chrome/browser/ui/webui/set_as_default_browser_ui.h
+++ b/chrome/browser/ui/webui/set_as_default_browser_ui.h
@@ -19,7 +19,7 @@ class SetAsDefaultBrowserUI : public content::WebUIController {
explicit SetAsDefaultBrowserUI(content::WebUI* web_ui);
// Present metroizer UI either in a new singleton tab or in a dialog window.
- static void Show(Profile* profile, Browser* browser, bool dialog);
+ static void Show(Profile* profile, Browser* browser);
private:
DISALLOW_COPY_AND_ASSIGN(SetAsDefaultBrowserUI);

Powered by Google App Engine
This is Rietveld 408576698