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

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

Issue 2863053002: Extensions: Add metrics to distinguish between the different kinds of declarative API function call… (Closed)
Patch Set: Address comments. Created 3 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:
Download patch
« no previous file with comments | « extensions/browser/api/declarative/declarative_api.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index a436e7059964d95eb88fe0ec9442fff5977e65e9..3d3b4c75acafd9ee0428ef19c1c0bcea7df4020d 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -6856,6 +6856,18 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="40" label="LargeIconService"/>
</enum>
+<enum name="DeclarativeAPIFunctionType" type="int">
+ <int value="0" label="kDeclarativeContentAddRules"/>
+ <int value="1" label="kDeclarativeContentRemoveRules"/>
+ <int value="2" label="kDeclarativeContentGetRules"/>
+ <int value="3" label="kDeclarativeWebRequestAddRules"/>
+ <int value="4" label="kDeclarativeWebRequestRemoveRules"/>
+ <int value="5" label="kDeclarativeWebRequestGetRules"/>
+ <int value="6" label="kDeclarativeWebRequestWebviewAddRules"/>
+ <int value="7" label="kDeclarativeWebRequestWebviewRemoveRules"/>
+ <int value="8" label="kDeclarativeWebRequestWebviewGetRules"/>
+</enum>
+
<enum name="DecodedImageOrientation" type="int">
<int value="0" label="Unknown"/>
<int value="1" label="Top Left"/>
« no previous file with comments | « extensions/browser/api/declarative/declarative_api.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698