diff options
author | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-12 07:55:57 +0000 |
---|---|---|
committer | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-12 07:55:57 +0000 |
commit | 925493500044077394a791380f5dcb28602c3579 (patch) | |
tree | f9093ffc3abcff6f0bc68b6d5b65664ff8ea34f0 /chrome/common/extensions/extension_constants.h | |
parent | 033c80aa8029bfc543a655567c49bac6fda278c0 (diff) | |
download | chromium_src-925493500044077394a791380f5dcb28602c3579.zip chromium_src-925493500044077394a791380f5dcb28602c3579.tar.gz chromium_src-925493500044077394a791380f5dcb28602c3579.tar.bz2 |
Move Mime type handling to streamsPrivate API, so that it works on Desktop Chrome.
BUG=175642
Review URL: https://chromiumcodereview.appspot.com/12381035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187536 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension_constants.h')
-rw-r--r-- | chrome/common/extensions/extension_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h index 9a8d634..4173414 100644 --- a/chrome/common/extensions/extension_constants.h +++ b/chrome/common/extensions/extension_constants.h @@ -117,6 +117,9 @@ namespace extension_misc { // The extension id of the Office Viewer dev extension. extern const char kQuickOfficeDevExtensionId[]; + // The extension id used for testing streamsPrivate + extern const char kStreamsPrivateTestExtensionId[]; + // The extension id of the Web Store component application. extern const char kWebStoreAppId[]; |