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

Unified Diff: chrome/common/automation_messages.cc

Issue 9447084: Refactor Pickle Read methods to use higher performance PickleIterator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jar feedback Created 8 years, 10 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: chrome/common/automation_messages.cc
diff --git a/chrome/common/automation_messages.cc b/chrome/common/automation_messages.cc
index 1801fd68c8327f3a4245287117419d7905cd60f9..243c4f7b4415c1e0f5102a3331607b49f07c7365 100644
--- a/chrome/common/automation_messages.cc
+++ b/chrome/common/automation_messages.cc
@@ -73,7 +73,7 @@ void ParamTraits<ContextMenuModel>::Write(Message* m,
// static
bool ParamTraits<ContextMenuModel>::Read(const Message* m,
- void** iter,
+ PickleReader* iter,
param_type* p) {
size_t item_count = 0;
if (!ReadParam(m, iter, &item_count))

Powered by Google App Engine
This is Rietveld 408576698