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

Unified Diff: components/metrics/README

Issue 227873002: Create a histogram serialization mechanism in components/metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Putting metrics_chromeos behind a flag, hoping to pass mac chromium dbg. Created 6 years, 7 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 | « components/metrics.gypi ('k') | components/metrics/chromeos/metric_sample.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/README
diff --git a/components/metrics/README b/components/metrics/README
index 3461deaa96a370a70ec3d1341a04263b61434cb7..5a2abbb2f69dcc828c585dfaf7c8a87df77efc9c 100644
--- a/components/metrics/README
+++ b/components/metrics/README
@@ -18,5 +18,6 @@ separation between the metrics upload logic (protbuf generation, retry, etc...),
the chrome part (gathering histogram from all the threads, populating the
log with hardware characteristics, plugin state, etc.).
-It is a plus if the component stays in a single directory as it would be easier
+It is a plus if the code currently in the component (i.e., the code that can
+depend only on //base) stays in a single directory as it would be easier
for ChromeOS to pull it :).
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/chromeos/metric_sample.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698