DescriptionMove Referrer into CommonParamTraits
While working on http://codereview.chromium.org/9875026/ , I ended up needing to put a content::Referrer into the prerender_messages. The problem was that it's already used in view_messages, and the compile would fail due to duplicate definitions. The CommonParamTraits approach here avoids this problem by explicitly including a serializer and deserializer.
BUG=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133915
Patch Set 1 #
Total comments: 6
Patch Set 2 : remediate to jam's review #
Total comments: 1
Patch Set 3 : fix include order #
Messages
Total messages: 7 (0 generated)
|