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

Unified Diff: chrome/browser/ui/startup/default_browser_prompt.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: A comment fix. 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/startup/default_browser_prompt.h
diff --git a/chrome/browser/ui/startup/default_browser_prompt.h b/chrome/browser/ui/startup/default_browser_prompt.h
index 947ceb9db05cfa5bb20c89b6dbead15d46f28fb7..7907be042d77a3c358b71941b04ad733bb946495 100644
--- a/chrome/browser/ui/startup/default_browser_prompt.h
+++ b/chrome/browser/ui/startup/default_browser_prompt.h
@@ -10,7 +10,8 @@ class Profile;
namespace chrome {
// Shows a prompt UI to set the default browser if necessary.
grt (UTC plus 2) 2012/07/25 10:54:55 please document |permit_prompt_on_first_run| here.
motek. 2012/07/25 12:10:40 Done.
-void ShowDefaultBrowserPrompt(Profile* profile);
+void ShowDefaultBrowserPrompt(Profile* profile,
+ bool permit_prompt_on_first_run);
// Shows a prompt UI to set the default browser on first run
// (if necessary and permitted).

Powered by Google App Engine
This is Rietveld 408576698