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

Unified Diff: content/test/test_blink_web_unit_test_support.cc

Issue 2156803002: [HBD] Remove PluginCache and reload plugin list when origin changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 4 years, 4 months 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: content/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index 0661f3fe99abc01fbc2099fe61a07467e2d85e6e..4d6e1c9365e7f0b955ed1c404e6615daad7b03e7 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -287,7 +287,9 @@ blink::WebThread* TestBlinkWebUnitTestSupport::currentThread() {
}
void TestBlinkWebUnitTestSupport::getPluginList(
- bool refresh, blink::WebPluginListBuilder* builder) {
+ bool refresh,
+ const blink::WebSecurityOrigin& mainFrameOrigin,
+ blink::WebPluginListBuilder* builder) {
builder->addPlugin("pdf", "pdf", "pdf-files");
builder->addMediaTypeToLastPlugin("application/pdf", "pdf");
}
« no previous file with comments | « content/test/test_blink_web_unit_test_support.h ('k') | third_party/WebKit/Source/core/dom/DOMImplementation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698