Index: third_party/WebKit/public/platform/Platform.h |
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h |
index 62a813f485ddace8c1947222d49d262ba616155a..76c6284d1355ed8ed4480eddf59f44446c9380e9 100644 |
--- a/third_party/WebKit/public/platform/Platform.h |
+++ b/third_party/WebKit/public/platform/Platform.h |
@@ -328,8 +328,7 @@ public: |
// If refresh is true, then cached information should not be used to |
// satisfy this call. |
- virtual void getPluginList(bool refresh, WebPluginListBuilder*) { } |
- |
+ virtual void getPluginList(bool refresh, const WebSecurityOrigin& mainFrameOrigin, WebPluginListBuilder*) {} |
// Public Suffix List -------------------------------------------------- |