Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9127)

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 797183005: Add a mimeHandler extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@streams-lifetime
Patch Set: rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index cc3dbf7eaf49fc97b3334f8a201bb7dcf68ebe74..699ce8df2460550182ffdea7fdaf0afc62d8ee9c 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -85,24 +85,9 @@ extern const char kHotwordNewExtensionId[];
// The extension id of the hotword shared module.
extern const char kHotwordSharedModuleId[];
-// The extension id of the PDF extension.
-extern const char kPdfExtensionId[];
-
-// The extension id of the Office Viewer component extension.
-extern const char kQuickOfficeComponentExtensionId[];
-
-// The extension id of the Office Viewer extension on the internal webstore.
-extern const char kQuickOfficeInternalExtensionId[];
-
-// The extension id of the Office Viewer extension.
-extern const char kQuickOfficeExtensionId[];
-
// The extension id of the settings application.
extern const char kSettingsAppId[];
-// The extension id used for testing streamsPrivate
-extern const char kStreamsPrivateTestExtensionId[];
-
// The extension id of the Youtube application.
extern const char kYoutubeAppId[];
« no previous file with comments | « chrome/common/extensions/chrome_manifest_handlers.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698