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

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

Issue 186393002: Update QuickOffice ids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove retainEntries change Created 6 years, 10 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 9b516343dc415a137719c423bbcdbe2ad19b2d48..5bfb4c8c9be74946fdf3bcf0bbf504c6e253b1e3 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -118,8 +118,8 @@ namespace extension_misc {
// The extension id of the Office Viewer component extension.
extern const char kQuickOfficeComponentExtensionId[];
- // The extension id of the Office Viewer dev extension.
- extern const char kQuickOfficeDevExtensionId[];
+ // 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[];
« 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