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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 1085113002: [Extensions UI] Use developerPrivate API for repair, options, show path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 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 eb6ad0e9ee688590192e347fb4a79906063887b3..aacc1c21f591d97fab484ff7f342b4801a930d82 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1064,6 +1064,9 @@ enum HistogramValue {
FILEMANAGERPRIVATE_GETPROVIDINGEXTENSIONS,
WEBVIEWINTERNAL_ADDCONTENTSCRIPTS,
WEBVIEWINTERNAL_REMOVECONTENTSCRIPTS,
+ DEVELOPERPRIVATE_REPAIREXTENSION,
+ DEVELOPERPRIVATE_SHOWOPTIONS,
+ DEVELOPERPRIVATE_SHOWPATH,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY
« no previous file with comments | « chrome/common/extensions/api/developer_private.idl ('k') | third_party/closure_compiler/externs/developer_private.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698