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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 17010003: Cleanup of system settings constants (ab)use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/customization_document.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 6aba76193caa61446ab79c79a7f55fc8c1d136c9..679a12661748801692e67ac4259537ac89b5d58a 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1987,7 +1987,7 @@ void ChromeContentBrowserClient::OverrideWebkitPrefs(
!chromeos::StartupUtils::IsOobeCompleted()) {
bool keyboard_driven_oobe = false;
chromeos::system::StatisticsProvider::GetInstance()->GetMachineFlag(
- chromeos::kOemKeyboardDrivenOobeKey, &keyboard_driven_oobe);
+ chromeos::system::kOemKeyboardDrivenOobeKey, &keyboard_driven_oobe);
if (keyboard_driven_oobe)
web_prefs->password_echo_enabled = true;
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/customization_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698