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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.h

Issue 19871003: Simplify how we get the plugin list in the webkit platform support by removing the intermediate met… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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/renderer/renderer_webkitplatformsupport_impl.h
===================================================================
--- content/renderer/renderer_webkitplatformsupport_impl.h (revision 212672)
+++ content/renderer/renderer_webkitplatformsupport_impl.h (working copy)
@@ -87,6 +87,8 @@
unsigned key_size_index,
const WebKit::WebString& challenge,
const WebKit::WebURL& url);
+ virtual void getPluginList(bool refresh,
+ WebKit::WebPluginListBuilder* builder);
virtual void screenColorProfile(WebKit::WebVector<char>* to_profile);
virtual WebKit::WebIDBFactory* idbFactory();
virtual WebKit::WebFileSystem* fileSystem();
@@ -123,8 +125,6 @@
virtual WebKit::WebBlobRegistry* blobRegistry();
virtual void sampleGamepads(WebKit::WebGamepads&);
virtual WebKit::WebString userAgent(const WebKit::WebURL& url);
- virtual void GetPlugins(bool refresh,
- std::vector<webkit::WebPluginInfo>* plugins) OVERRIDE;
virtual WebKit::WebRTCPeerConnectionHandler* createRTCPeerConnectionHandler(
WebKit::WebRTCPeerConnectionHandlerClient* client);
virtual WebKit::WebMediaStreamCenter* createMediaStreamCenter(
« no previous file with comments | « content/child/webkitplatformsupport_impl.cc ('k') | content/renderer/renderer_webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698