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

Unified Diff: webkit/glue/webplugin_impl.h

Issue 118452: For lack of a better approach we now initiate the plugin src url download in ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « no previous file | webkit/glue/webplugin_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webplugin_impl.h
===================================================================
--- webkit/glue/webplugin_impl.h (revision 17977)
+++ webkit/glue/webplugin_impl.h (working copy)
@@ -320,6 +320,9 @@
static void ArrayToVector(int total_values, char** values,
std::vector<std::string>* value_vector);
+ // Delayed task for downloading the plugin source URL.
+ void OnDownloadPluginSrcUrl();
+
struct ClientInfo {
int id;
WebPluginResourceClient* client;
@@ -363,6 +366,8 @@
// Holds the list of argument values passed to the plugin.
std::vector<std::string> arg_values_;
+ ScopedRunnableMethodFactory<WebPluginImpl> method_factory_;
+
DISALLOW_COPY_AND_ASSIGN(WebPluginImpl);
};
« no previous file with comments | « no previous file | webkit/glue/webplugin_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698