Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4868)

Unified Diff: chrome/browser/chromeos/gview_request_interceptor_unittest.cc

Issue 5699005: Policy: Re-enabled plugin still disabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Plugin reloading works completely now. Lint made happy as well. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/gview_request_interceptor_unittest.cc
diff --git a/chrome/browser/chromeos/gview_request_interceptor_unittest.cc b/chrome/browser/chromeos/gview_request_interceptor_unittest.cc
index ef6606110eae8d1fa253a475fb1c397d798cf53d..bb0464befca9f677ec608a2dfec418cb4549f5d1 100644
--- a/chrome/browser/chromeos/gview_request_interceptor_unittest.cc
+++ b/chrome/browser/chromeos/gview_request_interceptor_unittest.cc
@@ -145,7 +145,7 @@ TEST_F(GViewRequestInterceptorTest, InterceptPdfWhenDisabled) {
if (enabled) {
bool pdf_plugin_disabled =
- NPAPI::PluginList::Singleton()->DisablePlugin(pdf_path_);
+ NPAPI::PluginList::Singleton()->DisablePlugin(pdf_path_, false);
EXPECT_TRUE(pdf_plugin_disabled);
}

Powered by Google App Engine
This is Rietveld 408576698