Index: chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc |
index b65a1b9a643e7243f2d29df1a3d011e41c1e843a..4f5c973a5452892b3f42160101ba3dec15110a2b 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc |
@@ -112,7 +112,7 @@ void CoreChromeOSOptionsHandler::InitializeHandler() { |
PrefService* profile_prefs = NULL; |
Profile* profile = Profile::FromWebUI(web_ui()); |
- if (!ProfileHelper::IsSigninProfile(profile)) { |
+ if (!profile->IsLoginProfile()) { |
profile_prefs = profile->GetPrefs(); |
ObservePref(prefs::kOpenNetworkConfiguration); |
} |