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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 286933006: Implement a JavaScript API for document scanning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop vestigial file-related code; kOnstify strings 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
Index: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index d9e091f34257f5ddf813202692ab103ca2240c83..56aa8fe5ece787699422154f6b3f77b4eba632df 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -833,8 +833,10 @@ enum HistogramValue {
FILESYSTEMPROVIDERINTERNAL_READFILEREQUESTEDSUCCESS,
FILESYSTEMPROVIDERINTERNAL_READFILEREQUESTEDERROR,
NETWORKINGPRIVATE_GETNETWORKS,
- // Last entry: Add new entries above and ensure to update
- // tools/metrics/histograms/histograms/histograms.xml.
+ DOCUMENT_SCAN_LISTSCANNERS,
+ DOCUMENT_SCAN_SCAN,
+ // Last entry: Add new entries above and ensure to update the
+ // "ExtensionFunctions" enum in tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY
};

Powered by Google App Engine
This is Rietveld 408576698