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

Unified Diff: chrome/browser/policy/network_configuration_updater.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: Rebased. 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/policy/network_configuration_updater.h
diff --git a/chrome/browser/policy/network_configuration_updater.h b/chrome/browser/policy/network_configuration_updater.h
index 7bc265be2c2a08df62b56be25c716b5a845792ed..fcd46ebd98ad7c910d6160ef590a9c9dca50a548 100644
--- a/chrome/browser/policy/network_configuration_updater.h
+++ b/chrome/browser/policy/network_configuration_updater.h
@@ -49,9 +49,6 @@ class NetworkConfigurationUpdater
// request it.
void set_allow_web_trust(bool allow) { allow_web_trust_ = allow; }
- // Empty network configuration blob.
- static const char kEmptyConfiguration[];
-
private:
// Callback that's called by |policy_service_| if the respective ONC policy
// changed.
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_chromeos.cc ('k') | chrome/browser/policy/network_configuration_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698