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

Unified Diff: ppapi/cpp/instance.h

Issue 6748006: Change a parameter name from message_data to message based on a review comment from http://codere... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | ppapi/cpp/instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/instance.h
===================================================================
--- ppapi/cpp/instance.h (revision 79289)
+++ ppapi/cpp/instance.h (working copy)
@@ -102,7 +102,7 @@
// separate C++ class.
/** See PPP_Messaging.HandleMessage. */
- virtual void HandleMessage(const Var& message_data);
+ virtual void HandleMessage(const Var& message);
/** See PPB_Messaging.PostMessage. */
void PostMessage(const Var& message);
« no previous file with comments | « no previous file | ppapi/cpp/instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698