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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 1239043002: Add support for actions for multiple file selection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed externs. Created 5 years, 3 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 3dfd0a1673600a741574a94aadaa9e76eb839fde..22829eb1116b9af5dfa9becbe7704d3880c07492 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1120,6 +1120,8 @@ enum HistogramValue {
DASHBOARDPRIVATE_SHOWPERMISSIONPROMPTFORDELEGATEDBUNDLEINSTALL,
FILEMANAGERPRIVATEINTERNAL_GETENTRYACTIONS,
FILEMANAGERPRIVATEINTERNAL_EXECUTEENTRYACTION,
+ FILEMANAGERPRIVATEINTERNAL_GETCUSTOMACTIONS,
+ FILEMANAGERPRIVATEINTERNAL_EXECUTECUSTOMACTION,
Ilya Sherman 2015/10/16 19:49:49 Yikes, I did not notice that you added entries to
mtomasz 2015/10/16 23:40:54 Oops. This is a rebase error. As you can see, the
MDNS_FORCEDISCOVERY,
LANGUAGESETTINGSPRIVATE_GETLANGUAGELIST,
LANGUAGESETTINGSPRIVATE_SETLANGUAGELIST,

Powered by Google App Engine
This is Rietveld 408576698