summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_constants.h
diff options
context:
space:
mode:
authorzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-12 07:55:57 +0000
committerzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-12 07:55:57 +0000
commit925493500044077394a791380f5dcb28602c3579 (patch)
treef9093ffc3abcff6f0bc68b6d5b65664ff8ea34f0 /chrome/common/extensions/extension_constants.h
parent033c80aa8029bfc543a655567c49bac6fda278c0 (diff)
downloadchromium_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.h3
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[];