summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-11 20:20:14 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-11 20:20:14 +0000
commit9fe966f91160c4349f48a19f8d0807ea511eed05 (patch)
tree334520aeef03bed4a8d9a1e0fcad590a6cc668e2 /chrome/tools
parent861f238313d2b2842dc90415e3b394addd5c3872 (diff)
downloadchromium_src-9fe966f91160c4349f48a19f8d0807ea511eed05.zip
chromium_src-9fe966f91160c4349f48a19f8d0807ea511eed05.tar.gz
chromium_src-9fe966f91160c4349f48a19f8d0807ea511eed05.tar.bz2
Add one more unsupported pdf feature to uma stats.
Review URL: http://codereview.chromium.org/6489023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r--chrome/tools/chromeactions.txt1
-rwxr-xr-xchrome/tools/extract_actions.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/tools/chromeactions.txt b/chrome/tools/chromeactions.txt
index 0845445..727deea 100644
--- a/chrome/tools/chromeactions.txt
+++ b/chrome/tools/chromeactions.txt
@@ -964,6 +964,7 @@
0x4bde610f2543fbd7 PDF_ReaderInterstitialUpdate
0x0b951f22f9dff291 PDF_Unsupported_3D
0x3c012d5822815c63 PDF_Unsupported_Attachment
+0x7322054dc4e9d451 PDF_Unsupported_Bookmarks
0x75035f67192c6952 PDF_Unsupported_Digital_Signature
0xc09901d647ad722f PDF_Unsupported_Movie
0x282157da06d467b9 PDF_Unsupported_Portfolios
diff --git a/chrome/tools/extract_actions.py b/chrome/tools/extract_actions.py
index d2de057..8a4e6af 100755
--- a/chrome/tools/extract_actions.py
+++ b/chrome/tools/extract_actions.py
@@ -173,6 +173,7 @@ def AddClosedSourceActions(actions):
actions.add('PDF_Unsupported_Digital_Signature')
actions.add('PDF_Unsupported_Shared_Review')
actions.add('PDF_Unsupported_Shared_Form')
+ actions.add('PDF_Unsupported_Bookmarks')
def AddAboutFlagsActions(actions):
"""This parses the experimental feature flags for UMA actions.