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

Unified Diff: third_party/WebKit/WebKit/chromium/public/WebKit.h

Issue 88020: Allow Flash (and other plugins) to be installed without restarting the browse... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « chrome/renderer/renderer_glue.cc ('k') | third_party/WebKit/WebKit/chromium/src/WebKit.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/renderer/renderer_glue.cc ('k') | third_party/WebKit/WebKit/chromium/src/WebKit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698