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

Unified Diff: chrome/browser/extensions/external_component_loader.cc

Issue 2745803002: Remove Wallet component-extension from chromium. (Closed)
Patch Set: Also remove unit test. Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/extensions/external_provider_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/external_component_loader.cc
diff --git a/chrome/browser/extensions/external_component_loader.cc b/chrome/browser/extensions/external_component_loader.cc
index 68f6f74a8a2f2ea1b405cc90a7916f8e76fcf14e..50feb8c3058a40e4015954dfed01c2963703396e 100644
--- a/chrome/browser/extensions/external_component_loader.cc
+++ b/chrome/browser/extensions/external_component_loader.cc
@@ -41,7 +41,9 @@ ExternalComponentLoader::~ExternalComponentLoader() {}
void ExternalComponentLoader::StartLoading() {
prefs_.reset(new base::DictionaryValue());
+#if defined(GOOGLE_CHROME_BUILD)
AddExternalExtension(extension_misc::kInAppPaymentsSupportAppId);
+#endif // defined(GOOGLE_CHROME_BUILD)
if (HotwordServiceFactory::IsHotwordAllowed(profile_))
AddExternalExtension(extension_misc::kHotwordSharedModuleId);
« no previous file with comments | « no previous file | chrome/browser/extensions/external_provider_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698