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

Unified Diff: chrome/common/pref_names.cc

Issue 10539169: Prototype version of the first-run dialog for Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed non-windows compilation errors. Created 8 years, 6 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.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 001489cda3747edb90a7b33c046f164270d2f544..cfa1bc0aec4c09ecb5815017335ed000b19244a7 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -819,6 +819,10 @@ const char kPluginsAlwaysAuthorize[] = "plugins.always_authorize";
// on start-up.
const char kCheckDefaultBrowser[] = "browser.check_default_browser";
+// TODO(motek): Remove this once a firm decision is made regarding how the UI
+// should be presented.
+const char kDefaultBrowserFlowDialog[] = "browser.set_default_flow_dialog";
+
// Policy setting whether default browser check should be disabled and default
// browser registration should take place.
const char kDefaultBrowserSettingEnabled[] =

Powered by Google App Engine
This is Rietveld 408576698