plugin_info_message_filter_unittest.cc | 43 void set_plugin_enabled(const base::FilePath& plugin_path, bool enabled) { function in class:__anon8036::FakePluginServiceFilter 135 filter_.set_plugin_enabled(foo_plugin_path_, true); 136 filter_.set_plugin_enabled(bar_plugin_path_, true); 148 filter_.set_plugin_enabled(foo_plugin_path_, false); 160 filter_.set_plugin_enabled(bar_plugin_path_, false);
|