Chromium Code Reviews| Index: third_party/WebKit/WebKit/chromium/public/WebKit.h |
| =================================================================== |
| --- third_party/WebKit/WebKit/chromium/public/WebKit.h (revision 14055) |
| +++ third_party/WebKit/WebKit/chromium/public/WebKit.h (working copy) |
| @@ -80,6 +80,9 @@ |
| // Enables HTML5 worker support. |
| WEBKIT_API void enableWebWorkers(); |
| + // Purge the plugin list cache. |
| + WEBKIT_API void resetPluginCache(); |
| + |
| } // namespace WebKit |
| #endif |