summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-24 17:19:27 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-24 17:19:27 +0000
commite5277c6ffcaf3c7873286c5531c95acd88051801 (patch)
tree6c439262ab749b959c484b86303641b47fb631e8 /chrome
parent63875adae1119fae1797c3f624b037a35cbac544 (diff)
downloadchromium_src-e5277c6ffcaf3c7873286c5531c95acd88051801.zip
chromium_src-e5277c6ffcaf3c7873286c5531c95acd88051801.tar.gz
chromium_src-e5277c6ffcaf3c7873286c5531c95acd88051801.tar.bz2
Update the user metrics for PDF.
TBR=ian Review URL: http://codereview.chromium.org/6354019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72339 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/tools/chromeactions.txt5
-rwxr-xr-xchrome/tools/extract_actions.py6
2 files changed, 6 insertions, 5 deletions
diff --git a/chrome/tools/chromeactions.txt b/chrome/tools/chromeactions.txt
index 79d66fe..bf10b32 100644
--- a/chrome/tools/chromeactions.txt
+++ b/chrome/tools/chromeactions.txt
@@ -948,10 +948,11 @@
0x1d57434947820665 PDF.ZoomInButton
0x40ca10ced9d81d17 PDF.ZoomOutButton
0x0b951f22f9dff291 PDF_Unsupported_3D
-0xd39cd7449ac8702e PDF_Unsupported_Attachments
-0x922a34409936d3c6 PDF_Unsupported_Digital_Signatures
+0x3c012d5822815c63 PDF_Unsupported_Attachment
+0x75035f67192c6952 PDF_Unsupported_Digital_Signature
0xc09901d647ad722f PDF_Unsupported_Movie
0x282157da06d467b9 PDF_Unsupported_Portfolios
+0xdb9aecef729fd680 PDF_Unsupported_Portfolios_Packages
0x74d8faa1b4e92791 PDF_Unsupported_Rights_Management
0x571f65a8518214ae PDF_Unsupported_Screen
0xdf8b4231d4bd3f90 PDF_Unsupported_Shared_Form
diff --git a/chrome/tools/extract_actions.py b/chrome/tools/extract_actions.py
index b111182..d2de057 100755
--- a/chrome/tools/extract_actions.py
+++ b/chrome/tools/extract_actions.py
@@ -168,9 +168,9 @@ def AddClosedSourceActions(actions):
actions.add('PDF_Unsupported_Movie')
actions.add('PDF_Unsupported_Sound')
actions.add('PDF_Unsupported_Screen')
- actions.add('PDF_Unsupported_Portfolios')
- actions.add('PDF_Unsupported_Attachments')
- actions.add('PDF_Unsupported_Digital_Signatures')
+ actions.add('PDF_Unsupported_Portfolios_Packages')
+ actions.add('PDF_Unsupported_Attachment')
+ actions.add('PDF_Unsupported_Digital_Signature')
actions.add('PDF_Unsupported_Shared_Review')
actions.add('PDF_Unsupported_Shared_Form')