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

Unified Diff: chrome/browser/chromeos/cros/network_library.h

Issue 11469026: Extending ONC validator's logging. Completing toplevel validation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@add_error_handling_to_validator
Patch Set: Initial patch. Created 8 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/chromeos/cros/network_library.h
diff --git a/chrome/browser/chromeos/cros/network_library.h b/chrome/browser/chromeos/cros/network_library.h
index 380f3a040122e06de98a33fdaaa8da29a74804d9..79e210dfcf7abfd4a48771d03bfa02e2a898644d 100644
--- a/chrome/browser/chromeos/cros/network_library.h
+++ b/chrome/browser/chromeos/cros/network_library.h
@@ -1690,8 +1690,7 @@ class NetworkLibrary {
virtual bool LoadOncNetworks(const std::string& onc_blob,
const std::string& passcode,
NetworkUIData::ONCSource source,
- bool allow_web_trust_from_policy,
- std::string* error) = 0;
+ bool allow_web_trust_from_policy) = 0;
// This sets the active network for the network type. Note: priority order
// is unchanged (i.e. if a wifi network is set to active, but an ethernet

Powered by Google App Engine
This is Rietveld 408576698