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

Unified Diff: chromeos/network/mock_managed_network_configuration_handler.h

Issue 23526016: Autoconnect policy for CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed policy. Created 7 years, 2 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: chromeos/network/mock_managed_network_configuration_handler.h
diff --git a/chromeos/network/mock_managed_network_configuration_handler.h b/chromeos/network/mock_managed_network_configuration_handler.h
index e8dd9e95f362c0c2c0a2bb14af82be6c07583d84..e73e5986116c562afa1f2210c000d958284a3e9d 100644
--- a/chromeos/network/mock_managed_network_configuration_handler.h
+++ b/chromeos/network/mock_managed_network_configuration_handler.h
@@ -49,10 +49,11 @@ class CHROMEOS_EXPORT MockManagedNetworkConfigurationHandler
void(const std::string& service_path,
const base::Closure& callback,
const network_handler::ErrorCallback& error_callback));
- MOCK_METHOD3(SetPolicy,
+ MOCK_METHOD4(SetPolicy,
void(::onc::ONCSource onc_source,
const std::string& userhash,
- const base::ListValue& network_configs_onc));
+ const base::ListValue& network_configs_onc,
+ const base::DictionaryValue& global_network_config));
MOCK_CONST_METHOD3(FindPolicyByGUID,
const base::DictionaryValue*(
const std::string userhash,
« no previous file with comments | « chromeos/network/managed_network_configuration_handler_unittest.cc ('k') | chromeos/network/onc/onc_signature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698