summaryrefslogtreecommitdiffstats
path: root/content/common/pepper_plugin_list.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/pepper_plugin_list.cc')
-rw-r--r--content/common/pepper_plugin_list.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/common/pepper_plugin_list.cc b/content/common/pepper_plugin_list.cc
index fac77f6..3a3e0e0 100644
--- a/content/common/pepper_plugin_list.cc
+++ b/content/common/pepper_plugin_list.cc
@@ -36,11 +36,12 @@ void ComputePluginsFromCommandLine(std::vector<PepperPluginInfo>* plugins) {
max_plugins_to_register_from_command_line_exceeds_limit);
bool out_of_process = true;
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kPpapiInProcess))
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kPpapiInProcess))
out_of_process = false;
const std::string value =
- CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
+ base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
switches::kRegisterPepperPlugins);
if (value.empty())
return;