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

Unified Diff: content/shell/test_runner/web_test_delegate.h

Issue 2855123003: Remove rendundant WebLocalFrame parameter in various plugin code. (Closed)
Patch Set: Fix Android Created 3 years, 8 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/shell/test_runner/web_test_delegate.h
diff --git a/content/shell/test_runner/web_test_delegate.h b/content/shell/test_runner/web_test_delegate.h
index f9be6b8104a0ea18246c5884353d236ccb9968ff..845889ce6da1c1c026341f248e1a5a7556152f28 100644
--- a/content/shell/test_runner/web_test_delegate.h
+++ b/content/shell/test_runner/web_test_delegate.h
@@ -285,7 +285,6 @@ class WebTestDelegate {
const std::string& platform) = 0;
virtual blink::WebPlugin* CreatePluginPlaceholder(
- blink::WebLocalFrame* frame,
const blink::WebPluginParams& params) = 0;
virtual float GetDeviceScaleFactor() const = 0;
@@ -301,6 +300,9 @@ class WebTestDelegate {
// Indicates if the navigation was initiated by the browser or renderer.
virtual bool IsNavigationInitiatedByRenderer(
const blink::WebURLRequest& request) = 0;
+
+ protected:
+ virtual ~WebTestDelegate() {}
};
} // namespace test_runner

Powered by Google App Engine
This is Rietveld 408576698