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

Unified Diff: chrome/common/extensions/extension.cc

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.cc
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
index 0e860fed5af3a275ed64e784aabef046eaf95c7a..f032690b648e178ad2c49af9e1e7485ceb5a5d3e 100644
--- a/chrome/common/extensions/extension.cc
+++ b/chrome/common/extensions/extension.cc
@@ -603,6 +603,7 @@ void Extension::GetBasicInfo(bool enabled,
options_url().possibly_invalid_spec());
info->SetString(info_keys::kHomepageUrlKey,
GetHomepageURL().possibly_invalid_spec());
+ info->SetBoolean(info_keys::kHomepageProvidedKey, homepage_url_.is_valid());
}
Extension::Type Extension::GetType() const {

Powered by Google App Engine
This is Rietveld 408576698