summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension.cc')
-rw-r--r--chrome/common/extensions/extension.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
index c36402c..0b9c110 100644
--- a/chrome/common/extensions/extension.cc
+++ b/chrome/common/extensions/extension.cc
@@ -1524,7 +1524,7 @@ bool Extension::LoadPlugins(string16* error) {
#if defined(OS_WIN)
// Like Chrome OS, we don't support NPAPI plugins in Windows 8 metro mode
// but in this case we want to fail with an error.
- if (base::win::GetMetroModule()) {
+ if (base::win::IsMetroProcess()) {
*error = l10n_util::GetStringUTF16(
IDS_EXTENSION_INSTALL_PLUGIN_NOT_SUPPORTED);
return false;