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

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

Issue 10274026: Revert r134673 ""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 477b377cc72192e2698fad44977da70d2f8df53d..a3ffc5ade6fb4a621c4ed09f7c10d4489c8b8b56 100644
--- a/chrome/common/extensions/extension.cc
+++ b/chrome/common/extensions/extension.cc
@@ -621,7 +621,6 @@ 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