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

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

Issue 11415148: Adding error handling to ONC validation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@extract_onc_certificate
Patch Set: Initial patch. Created 8 years, 1 month 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 1fad772d871e353ca44a34f548e23a1ecbd53a02..063540ff0bd3401e8f27a54d37fa45a01e117212 100644
--- a/chrome/browser/policy/network_configuration_updater.h
+++ b/chrome/browser/policy/network_configuration_updater.h
@@ -48,9 +48,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.

Powered by Google App Engine
This is Rietveld 408576698