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

Side by Side Diff: src/platform/metrics/metrics_library.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
OLDNEW
1 // Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 // Copyright (c) 2010 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 /* 5 /*
6 * metrics_library.h 6 * metrics_library.h
7 * 7 *
8 * Created on: Dec 1, 2009 8 * Created on: Dec 1, 2009
9 * Author: sosa 9 * Author: sosa
10 */ 10 */
(...skipping 13 matching lines...) Expand all
24 static void SendToChrome(std::string name, std::string value); 24 static void SendToChrome(std::string name, std::string value);
25 // Sends to Autotest. 25 // Sends to Autotest.
26 static void SendToAutotest(std::string name, std::string value); 26 static void SendToAutotest(std::string name, std::string value);
27 27
28 private: 28 private:
29 // Prints message to stderr 29 // Prints message to stderr
30 static void PrintError(const char *message, const char *file, int code); 30 static void PrintError(const char *message, const char *file, int code);
31 }; 31 };
32 32
33 #endif /* METRICS_LIBRARY_H_ */ 33 #endif /* METRICS_LIBRARY_H_ */
OLDNEW
« no previous file with comments | « src/platform/metrics/metrics_daemon_unittest.cc ('k') | src/platform/metrics/metrics_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698