Chromium Code Reviews

Unified Diff: ppapi/cpp/instance.cc

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ppapi/cpp/instance.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/instance.cc
===================================================================
--- ppapi/cpp/instance.cc (revision 79289)
+++ ppapi/cpp/instance.cc (working copy)
@@ -66,7 +66,7 @@
return false;
}
-void Instance::HandleMessage(const Var& /*message_data*/) {
+void Instance::HandleMessage(const Var& /*message*/) {
return;
}
« no previous file with comments | « ppapi/cpp/instance.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine