Index: src/platform/metrics/network_states.h |
diff --git a/src/platform/metrics/network_states.h b/src/platform/metrics/network_states.h |
index 69205ed64b680d53bf7f610999ac86fdffe85bd0..b02f64a5930760d28eb5a4e06cfce7fbfaed8b92 100644 |
--- a/src/platform/metrics/network_states.h |
+++ b/src/platform/metrics/network_states.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium OS Authors. All rights reserved. |
+// Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -22,13 +22,7 @@ |
#define STATE(name, capname) |
#endif |
-STATE(association, Association) |
-STATE(configuration, Configuration) |
-STATE(disconnect, Disconnect) |
-STATE(failure, Failure) |
-STATE(idle, Idle) |
STATE(offline, Offline) |
STATE(online, Online) |
-STATE(ready, Ready) |
#undef STATE |