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

Unified Diff: content/test/test_blink_web_unit_test_support.h

Issue 1167063003: Allow application/pdf mime type plugins in Blink unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_blink_web_unit_test_support.h
diff --git a/content/test/test_blink_web_unit_test_support.h b/content/test/test_blink_web_unit_test_support.h
index a466a77f2c7e4fbaea1a489c5146913a794f59c0..0ed17bd49703c18c334bc3a7489a8bcd3ab3f891 100644
--- a/content/test/test_blink_web_unit_test_support.h
+++ b/content/test/test_blink_web_unit_test_support.h
@@ -91,6 +91,9 @@ class TestBlinkWebUnitTestSupport : public blink::WebUnitTestSupport,
virtual void enterRunLoop();
virtual void exitRunLoop();
+ virtual void getPluginList(bool refresh,
+ blink::WebPluginListBuilder* builder);
+
private:
MockWebBlobRegistryImpl blob_registry_;
SimpleWebMimeRegistryImpl mime_registry_;
« no previous file with comments | « no previous file | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698