diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-27 01:06:01 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-27 01:06:01 +0000 |
commit | d7ce427395f3ea473c9eac56107832fa8093ce09 (patch) | |
tree | c0fde2a3b8ba57a7048e8565e5a3a4eb0aad11e6 /chrome/common/chrome_switches.h | |
parent | 01109dcfb9dc87900f4227efe0dc81d0d382918a (diff) | |
download | chromium_src-d7ce427395f3ea473c9eac56107832fa8093ce09.zip chromium_src-d7ce427395f3ea473c9eac56107832fa8093ce09.tar.gz chromium_src-d7ce427395f3ea473c9eac56107832fa8093ce09.tar.bz2 |
Use internal pdf plugin with --internal-pdf
Review URL: http://codereview.chromium.org/1462001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42886 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 84cbdff..3a57ad9 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -127,6 +127,7 @@ extern const char kImportFromFile[]; extern const char kInProcessPlugins[]; extern const char kIncognito[]; extern const char kInternalNaCl[]; +extern const char kInternalPDF[]; extern const char kInternalPepper[]; extern const char kJavaScriptFlags[]; extern const char kLoadExtension[]; |