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

Side by Side Diff: src/platform/metrics/network_states.h

Issue 1650006: Unify metrics_collection and metrics_daemon into metrics. (Closed)
Patch Set: PTAL -- further cleanup based on the ebuild cleanup. 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 unified diff | Download patch
« no previous file with comments | « src/platform/metrics/metrics_library.cc ('k') | src/platform/metrics/syslog_parser.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium OS Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // A table of network states, to be included when building tabular things. 5 // A table of network states, to be included when building tabular things.
6 // 6 //
7 // This file is used to construct two things: an enumerated type in 7 // This file is used to construct two things: an enumerated type in
8 // metrics_daemon.h, and a table of structures with state names in 8 // metrics_daemon.h, and a table of structures with state names in
9 // metrics_daemon.cc. Including this file ensures that the two tables are 9 // metrics_daemon.cc. Including this file ensures that the two tables are
10 // always in sync (and saves typing). I don't know of other ways of achieving 10 // always in sync (and saves typing). I don't know of other ways of achieving
(...skipping 14 matching lines...) Expand all
25 STATE(association, Association) 25 STATE(association, Association)
26 STATE(configuration, Configuration) 26 STATE(configuration, Configuration)
27 STATE(disconnect, Disconnect) 27 STATE(disconnect, Disconnect)
28 STATE(failure, Failure) 28 STATE(failure, Failure)
29 STATE(idle, Idle) 29 STATE(idle, Idle)
30 STATE(offline, Offline) 30 STATE(offline, Offline)
31 STATE(online, Online) 31 STATE(online, Online)
32 STATE(ready, Ready) 32 STATE(ready, Ready)
33 33
34 #undef STATE 34 #undef STATE
OLDNEW
« no previous file with comments | « src/platform/metrics/metrics_library.cc ('k') | src/platform/metrics/syslog_parser.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698