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

Unified Diff: content/renderer/pepper/v8_var_converter.h

Issue 23522043: PPAPI: Make V8VarConverterTest use only 1 thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unused quit_closure_ Created 7 years, 3 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 | content/renderer/pepper/v8_var_converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/v8_var_converter.h
diff --git a/content/renderer/pepper/v8_var_converter.h b/content/renderer/pepper/v8_var_converter.h
index 2b879fa53a68c9e7897faa8010bd8f91360d0345..37ce20824d0b0707b163ad1be3a9ac44a9963f0b 100644
--- a/content/renderer/pepper/v8_var_converter.h
+++ b/content/renderer/pepper/v8_var_converter.h
@@ -29,7 +29,6 @@ class CONTENT_EXPORT V8VarConverter {
// Constructor for testing.
V8VarConverter(
PP_Instance instance,
- const scoped_refptr<base::MessageLoopProxy>& message_loop_proxy,
scoped_ptr<ResourceConverter> resource_converter);
~V8VarConverter();
« no previous file with comments | « no previous file | content/renderer/pepper/v8_var_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698