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

Unified Diff: chrome/browser/policy/network_configuration_updater.h

Issue 8804020: Set onc_source UI data parameter when importing ONC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 9 years 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/policy/network_configuration_updater.h
diff --git a/chrome/browser/policy/network_configuration_updater.h b/chrome/browser/policy/network_configuration_updater.h
index 9282a3c9ce9c83eaab1a430b34b86ba7dbb56421..27a149a07c56881f977d024cee1c40983e486c7d 100644
--- a/chrome/browser/policy/network_configuration_updater.h
+++ b/chrome/browser/policy/network_configuration_updater.h
@@ -8,6 +8,7 @@
#include <string>
+#include "chrome/browser/chromeos/cros/network_ui_data.h"
#include "chrome/browser/policy/configuration_policy_provider.h"
namespace chromeos {
@@ -39,6 +40,7 @@ class NetworkConfigurationUpdater
// updated).
void ApplyNetworkConfiguration(const PolicyMap& policy_map,
ConfigurationPolicyType policy_type,
+ chromeos::NetworkUIData::ONCSource onc_source,
std::string* cached_value);
// Wraps the provider we read network configuration from.
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list.cc ('k') | chrome/browser/policy/network_configuration_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698