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

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: Addressed grt@'s remarks. 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 3185a74b6757974e79df424041d1ef0649834988..3fe1940a99b4e3d8a4401164ff8c3bd65b1b0887 100644
--- a/chrome/browser/ui/webui/set_as_default_browser_ui.h
+++ b/chrome/browser/ui/webui/set_as_default_browser_ui.h
@@ -18,7 +18,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