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

Unified Diff: third_party/WebKit/Source/web/tests/FakeWebPlugin.h

Issue 1426923007: Remove PluginLoadObserver and related logic, it was only used for NPAPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: third_party/WebKit/Source/web/tests/FakeWebPlugin.h
diff --git a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
index 2457f4039fc33ce5fc576a5267983d61213be1b6..95e7e8c570e3a35223a3481590dbb2f889d7b277 100644
--- a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
+++ b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
@@ -64,8 +64,6 @@ public:
void didReceiveData(const char* data, int dataLength) override { }
void didFinishLoading() override { }
void didFailLoading(const WebURLError&) override { }
- void didFinishLoadingFrameRequest(const WebURL&, void* notifyData) override { }
- void didFailLoadingFrameRequest(const WebURL&, void* notifyData, const WebURLError&) override { }
bool isPlaceholder() override { return false; }
protected:

Powered by Google App Engine
This is Rietveld 408576698