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

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 Julian's comments. Reuploaded with rebase. 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 d628d9093a639d5f59f635221eba5b9de65ce316..f9e31e8c736f7eb0c0d62d032df49b7182a70db2 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
@@ -594,9 +594,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