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

Unified Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.cc

Issue 12676017: Adding policy support to the new network configuration stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed remaining comments of Steven. 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
Index: chrome/browser/chromeos/chrome_browser_main_chromeos.cc
diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
index aeefb5b3518a19028d57a51e119ac51f0638b47e..98aae0a98d5e6d0d9080cf039079aa3e4aab038c 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
@@ -587,9 +587,8 @@ void ChromeBrowserMainPartsChromeos::PostProfileInit() {
// Make sure the NetworkConfigurationUpdater is ready so that it pushes ONC
// configuration before login.
- policy::BrowserPolicyConnector* connector =
- g_browser_process->browser_policy_connector();
- connector->GetNetworkConfigurationUpdater();
+ g_browser_process->browser_policy_connector()->
+ GetNetworkConfigurationUpdater();
// Make sure that wallpaper boot transition and other delays in OOBE
// are disabled for tests by default.

Powered by Google App Engine
This is Rietveld 408576698