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

Unified Diff: chrome/browser/extensions/component_extensions_whitelist/whitelist.cc

Issue 2494183002: Remove some global defines and build flags. (Closed)
Patch Set: Created 4 years, 1 month 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 | « build/config/features.gni ('k') | chrome/browser/extensions/component_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/component_extensions_whitelist/whitelist.cc
diff --git a/chrome/browser/extensions/component_extensions_whitelist/whitelist.cc b/chrome/browser/extensions/component_extensions_whitelist/whitelist.cc
index d540b5feb604f087a39dc87d669a465523185c43..8de6f248b1e3b618d7824ba25a77d23e2ec33cf6 100644
--- a/chrome/browser/extensions/component_extensions_whitelist/whitelist.cc
+++ b/chrome/browser/extensions/component_extensions_whitelist/whitelist.cc
@@ -93,7 +93,7 @@ bool IsComponentExtensionWhitelisted(int manifest_resource_id) {
case IDR_HOTWORD_MANIFEST:
#endif
case IDR_IDENTITY_API_SCOPE_APPROVAL_MANIFEST:
-#if defined(IMAGE_LOADER_EXTENSION)
+#if defined(OS_CHROMEOS)
case IDR_IMAGE_LOADER_MANIFEST:
#endif
case IDR_NETWORK_SPEECH_SYNTHESIS_MANIFEST:
« no previous file with comments | « build/config/features.gni ('k') | chrome/browser/extensions/component_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698