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

/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter.cc311 ContentSetting plugin_setting = CONTENT_SETTING_DEFAULT; local
317 plugin_metadata->identifier(), &plugin_setting,
319 DCHECK(plugin_setting != CONTENT_SETTING_DEFAULT);
348 plugin_setting != CONTENT_SETTING_BLOCK &&
361 plugin_setting != CONTENT_SETTING_BLOCK &&
367 if (plugin_setting == CONTENT_SETTING_ASK) {
369 } else if (plugin_setting == CONTENT_SETTING_BLOCK) {

Completed in 256 milliseconds