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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 196783002: Export a private webstore API to call into the new inline sign-in flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mostly functional Created 6 years, 9 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1cbb882b7abea956a9fa140030805988b1711c4e..57a9b42781f61c2912cff777808abd408d3874bf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26986,7 +26986,7 @@ other types of suffix sets.
</enum>
<enum name="ExtensionFunctions" type="int">
-<!-- Generated from ../../../chrome/browser/extensions/extension_function_histogram_value.h -->
+<!-- Generated from ../../../extensions/browser/extension_function_histogram_value.h -->
<int value="0" label="UNKNOWN"/>
<int value="1" label="WEBNAVIGATION_GETALLFRAMES"/>
@@ -27693,6 +27693,8 @@ other types of suffix sets.
<int value="696" label="WEBVIEW_CONTEXTMENUSUPDATE"/>
<int value="697" label="WEBVIEW_CONTEXTMENUSREMOVE"/>
<int value="698" label="WEBVIEW_CONTEXTMENUSREMOVEALL"/>
+ <int value="699" label="AUTOMATIONINTERNAL_ENABLECURRENTTAB"/>
+ <int value="700" label="WEBSTOREPRIVATE_SIGNINFUNCTION"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698