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

Unified Diff: src/trusted/plugin/srpc/browser_interface.cc

Issue 1092005: Issue 1092005 (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: Created 10 years, 9 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: src/trusted/plugin/srpc/browser_interface.cc
===================================================================
--- src/trusted/plugin/srpc/browser_interface.cc (revision 1695)
+++ src/trusted/plugin/srpc/browser_interface.cc (working copy)
@@ -34,6 +34,7 @@
uintptr_t PortablePluginInterface::kMapIdent;
uintptr_t PortablePluginInterface::kModuleReadyIdent;
uintptr_t PortablePluginInterface::kNaClMultimediaBridgeIdent;
+uintptr_t PortablePluginInterface::kNexeIdent;
uintptr_t PortablePluginInterface::kNullNpapiMethodIdent;
uintptr_t PortablePluginInterface::kOnfailIdent;
uintptr_t PortablePluginInterface::kOnloadIdent;
@@ -41,7 +42,6 @@
uintptr_t PortablePluginInterface::kSetCommandLogIdent;
uintptr_t PortablePluginInterface::kShmFactoryIdent;
uintptr_t PortablePluginInterface::kSignaturesIdent;
-uintptr_t PortablePluginInterface::kSrcIdent;
uintptr_t PortablePluginInterface::kToStringIdent;
uintptr_t PortablePluginInterface::kUrlAsNaClDescIdent;
uintptr_t PortablePluginInterface::kValueOfIdent;
@@ -67,11 +67,11 @@
kNullNpapiMethodIdent = GetStrIdentifierCallback("__nullNpapiMethod");
kOnfailIdent = GetStrIdentifierCallback("onfail");
kOnloadIdent = GetStrIdentifierCallback("onload");
+ kNexeIdent = GetStrIdentifierCallback("nexe");
kReadIdent = GetStrIdentifierCallback("read");
kSetCommandLogIdent = GetStrIdentifierCallback("__setCommandLog");
kShmFactoryIdent = GetStrIdentifierCallback("__shmFactory");
kSignaturesIdent = GetStrIdentifierCallback("__signatures");
- kSrcIdent = GetStrIdentifierCallback("src");
kToStringIdent = GetStrIdentifierCallback("toString");
kUrlAsNaClDescIdent = GetStrIdentifierCallback("__urlAsNaClDesc");
kValueOfIdent = GetStrIdentifierCallback("valueOf");

Powered by Google App Engine
This is Rietveld 408576698