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

Unified Diff: chrome/browser/extensions/extension_function_histogram_value.h

Issue 55363003: Send compressed histograms with system logs when sending feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed feedback feedback Created 7 years, 1 month 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
Index: chrome/browser/extensions/extension_function_histogram_value.h
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h
index 42e5ccd09fcea855d8008cfdc777080f7bbc0ae6..f6d6f873589325bcef76865409e46419eb930f63 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -683,6 +683,7 @@ enum HistogramValue {
APP_CURRENTWINDOWINTERNAL_SETMAXWIDTH,
APP_CURRENTWINDOWINTERNAL_SETMAXHEIGHT,
SYSTEMPRIVATE_GETAPIKEY,
+ FEEDBACKPRIVATE_GETHISTOGRAMS,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698