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

Unified Diff: components/wifi_sync/wifi_config_delegate_chromeos_unittest.cc

Issue 1028243007: Call Device.SetCarrier when the ONC Carrier property is specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onc_clang
Patch Set: Fix components_unittests Created 5 years, 9 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
« no previous file with comments | « components/onc/onc_constants.cc ('k') | extensions/common/api/networking_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi_sync/wifi_config_delegate_chromeos_unittest.cc
diff --git a/components/wifi_sync/wifi_config_delegate_chromeos_unittest.cc b/components/wifi_sync/wifi_config_delegate_chromeos_unittest.cc
index e00a99d48d6c4a00a39ee960bf8262ffda574996..2a9cfac09c65563ae0cfc5be5b6df8de6fb866f6 100644
--- a/components/wifi_sync/wifi_config_delegate_chromeos_unittest.cc
+++ b/components/wifi_sync/wifi_config_delegate_chromeos_unittest.cc
@@ -55,7 +55,7 @@ class FakeManagedNetworkConfigurationHandler
const std::string& service_path,
const base::DictionaryValue& user_settings,
const base::Closure& callback,
- const ErrorCallback& error_callback) const override {
+ const ErrorCallback& error_callback) override {
NOTIMPLEMENTED();
}
void CreateConfiguration(
« no previous file with comments | « components/onc/onc_constants.cc ('k') | extensions/common/api/networking_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698