Chromium Code Reviews| 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 8cd3fc13aa2cd48acb67e3a643f205f667440a0e..41f04d70cdf4e19543f0680c286a40b56b1f9458 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*) {} |
|
dcheng
2016/08/24 03:33:13
Nit: Let's document the |mainFrameOrigin| paramete
trizzofo
2016/08/24 23:34:12
Done.
|
| // Public Suffix List -------------------------------------------------- |