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

Unified Diff: ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc

Issue 10836044: ppapi NaCl trusted plugin: Rename interface because Win build breaks on it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc
diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc b/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc
index 06d31e802c12acadd49edbd772e8904404f296a6..65ab9bec2eb322fd4f1a3b57702c8fa12111dd88 100644
--- a/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc
@@ -119,9 +119,9 @@ void PnaclTranslateThread::TranslateFailed(const nacl::string& error_string) {
// called on the translation thread before any RPCs are called, and called
// again with NULL before the object is destroyed.
void PnaclTranslateThread::RegisterReverseInterface(
- PluginReverseInterface *interface) {
+ PluginReverseInterface *iface) {
nacl::MutexLocker ml(&subprocess_mu_);
- current_rev_interface_ = interface;
+ current_rev_interface_ = iface;
}
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698