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. |