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

Unified Diff: chrome/browser/browser_process_impl.cc

Issue 13874011: Start registering for the kEulaAccepted for mobile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved the removal from wizard_controller to startup_utils Created 7 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/startup_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.cc
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
index f23eced67b9c39cb3357f70914b259eb3e5da4af..2c496d0beb6d4e68ea0cd8e80c247b31a412c84e 100644
--- a/chrome/browser/browser_process_impl.cc
+++ b/chrome/browser/browser_process_impl.cc
@@ -660,6 +660,9 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySimple* registry) {
registry->RegisterBooleanPref(prefs::kAllowCrossOriginAuthPrompt, false);
+#if defined(OS_CHROMEOS) || defined(OS_ANDROID) || defined(OS_IOS)
+ registry->RegisterBooleanPref(prefs::kEulaAccepted, false);
+#endif // defined(OS_CHROMEOS) || defined(OS_ANDROID) || defined(OS_IOS)
#if defined(OS_WIN)
if (base::win::GetVersion() >= base::win::VERSION_WIN8)
registry->RegisterBooleanPref(prefs::kRestartSwitchMode, false);
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/startup_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698