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

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: update comment/var naming 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 da655edcca19e458dbf1eda9ba1c151a7c72549c..aa07fa82a849cd5085cfb71383544f522170baae 100644
--- a/chrome/common/extensions/extension.cc
+++ b/chrome/common/extensions/extension.cc
@@ -617,6 +617,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 {
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_settings_handler.cc ('k') | chrome/common/extensions/extension_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698