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

Unified Diff: remoting/host/plugin/host_plugin_utils.h

Issue 7792011: Run LocalizeStrings() on plugin thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix various nits. Created 9 years, 4 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: remoting/host/plugin/host_plugin_utils.h
diff --git a/remoting/host/plugin/host_plugin_utils.h b/remoting/host/plugin/host_plugin_utils.h
index b53e104a3e65591d4f1bc230c8b8309fb4b1ec94..b1e4c73c91bab5a85607120c146235bd36ef4959 100644
--- a/remoting/host/plugin/host_plugin_utils.h
+++ b/remoting/host/plugin/host_plugin_utils.h
@@ -35,6 +35,7 @@ NPObject* ObjectFromNPVariant(const NPVariant& variant);
class ScopedRefNPObject {
public:
ScopedRefNPObject();
+ explicit ScopedRefNPObject(NPObject* object);
Sergey Ulanov 2011/08/30 02:30:16 Do we still need this constructor?
~ScopedRefNPObject();
// Release the held reference and replace it with |object|, incrementing
« no previous file with comments | « no previous file | remoting/host/plugin/host_plugin_utils.cc » ('j') | remoting/host/plugin/host_script_object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698