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

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

Issue 96233002: Add a PDF component extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 50920e8e35b11e82d8ccf8b7fc6b3ccb65d859f7..1f6543a782e59abe5e1faffe4ca0606f1dc65d28 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -109,6 +109,9 @@ namespace extension_misc {
// The extension id of the Crosh component app for ChromeOS.
extern const char kCroshBuiltinAppId[];
+ // The extension id of the PDF extension.
+ extern const char kPdfExtensionId[];
+
// The extension id of the Office Viewer component extension.
extern const char kQuickOfficeComponentExtensionId[];
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698