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

Unified Diff: chrome/common/pref_names.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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 8c6fdc908969dc36d0f300b6e116513b037f5dbd..871abd8af76ffa04ba4889c092bca0ef46ba2e57 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -307,7 +307,11 @@ extern const char kPluginsShowDetails[];
extern const char kPluginsAllowOutdated[];
extern const char kPluginsAlwaysAuthorize[];
extern const char kCheckDefaultBrowser[];
-extern const char kDefaultBrowserFlowDialog[];
+extern const char kCheckDefaultBrowserOnFirstRun[];
+#if defined(OS_WIN)
+extern const char kDefaultBrowserFlowDialogEnabled[];
+extern const char kSuppressSwitchToMetroModeOnSetDefault[];
grt (UTC plus 2) 2012/07/05 17:16:09 is there a more precise definition for the desired
motek. 2012/07/05 20:22:26 I can only second what you wrote. At first, I beli
+#endif
extern const char kDefaultBrowserSettingEnabled[];
#if defined(OS_MACOSX)
extern const char kShowUpdatePromotionInfoBar[];

Powered by Google App Engine
This is Rietveld 408576698