Searched refs:foo_plugin_path_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter_unittest.cc83 foo_plugin_path_(FILE_PATH_LITERAL("/path/to/foo")),
90 foo_plugin_path_,
150 base::FilePath foo_plugin_path_; member in class:PluginInfoMessageFilterTest
162 filter_.set_plugin_enabled(foo_plugin_path_, true);
172 EXPECT_EQ(foo_plugin_path_.value(), plugin.path.value());
175 filter_.set_plugin_enabled(foo_plugin_path_, false);
198 EXPECT_EQ(foo_plugin_path_.value(), plugin.path.value());

Completed in 64 milliseconds