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