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

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

Issue 10103015: "View website" instead of "View in Web Store" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 580ed7581abc570d052a101b5d51dde83cd14861..b030407eee272774321e1d9cd8fa81b578b74cb0 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -65,6 +65,7 @@ namespace extension_filenames {
namespace extension_info_keys {
extern const char kDescriptionKey[];
extern const char kEnabledKey[];
+ extern const char kHomepageProvidedKey[];
extern const char kHomepageUrlKey[];
extern const char kIdKey[];
extern const char kMayDisableKey[];

Powered by Google App Engine
This is Rietveld 408576698