Commit e5277c6f authored by jam@chromium.org's avatar jam@chromium.org

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
parent 63875ada
...@@ -948,10 +948,11 @@ ...@@ -948,10 +948,11 @@
0x1d57434947820665 PDF.ZoomInButton 0x1d57434947820665 PDF.ZoomInButton
0x40ca10ced9d81d17 PDF.ZoomOutButton 0x40ca10ced9d81d17 PDF.ZoomOutButton
0x0b951f22f9dff291 PDF_Unsupported_3D 0x0b951f22f9dff291 PDF_Unsupported_3D
0xd39cd7449ac8702e PDF_Unsupported_Attachments 0x3c012d5822815c63 PDF_Unsupported_Attachment
0x922a34409936d3c6 PDF_Unsupported_Digital_Signatures 0x75035f67192c6952 PDF_Unsupported_Digital_Signature
0xc09901d647ad722f PDF_Unsupported_Movie 0xc09901d647ad722f PDF_Unsupported_Movie
0x282157da06d467b9 PDF_Unsupported_Portfolios 0x282157da06d467b9 PDF_Unsupported_Portfolios
0xdb9aecef729fd680 PDF_Unsupported_Portfolios_Packages
0x74d8faa1b4e92791 PDF_Unsupported_Rights_Management 0x74d8faa1b4e92791 PDF_Unsupported_Rights_Management
0x571f65a8518214ae PDF_Unsupported_Screen 0x571f65a8518214ae PDF_Unsupported_Screen
0xdf8b4231d4bd3f90 PDF_Unsupported_Shared_Form 0xdf8b4231d4bd3f90 PDF_Unsupported_Shared_Form
......
...@@ -168,9 +168,9 @@ def AddClosedSourceActions(actions): ...@@ -168,9 +168,9 @@ def AddClosedSourceActions(actions):
actions.add('PDF_Unsupported_Movie') actions.add('PDF_Unsupported_Movie')
actions.add('PDF_Unsupported_Sound') actions.add('PDF_Unsupported_Sound')
actions.add('PDF_Unsupported_Screen') actions.add('PDF_Unsupported_Screen')
actions.add('PDF_Unsupported_Portfolios') actions.add('PDF_Unsupported_Portfolios_Packages')
actions.add('PDF_Unsupported_Attachments') actions.add('PDF_Unsupported_Attachment')
actions.add('PDF_Unsupported_Digital_Signatures') actions.add('PDF_Unsupported_Digital_Signature')
actions.add('PDF_Unsupported_Shared_Review') actions.add('PDF_Unsupported_Shared_Review')
actions.add('PDF_Unsupported_Shared_Form') actions.add('PDF_Unsupported_Shared_Form')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment