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

Unified Diff: src/platform/metrics/network_states.h

Issue 1799001: Log time between network drops -- from online to offline. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: address review comments. Created 10 years, 8 months 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
« no previous file with comments | « src/platform/metrics/metrics_daemon.cc ('k') | src/platform/metrics/power_states.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/platform/metrics/metrics_daemon.cc ('k') | src/platform/metrics/power_states.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698