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

Unified Diff: base/pickle.h

Issue 1966983003: Generate param traits size methods for IPC files in content/ (and traits it depends on). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix owners Created 4 years, 7 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 | base/pickle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/pickle.h
diff --git a/base/pickle.h b/base/pickle.h
index eb4888a0eb9258064c46035c53884b8c35db3347..40f5d262bc2ccf2f75cf0671c0c3ae4ca8657202 100644
--- a/base/pickle.h
+++ b/base/pickle.h
@@ -132,6 +132,7 @@ class BASE_EXPORT PickleSizer {
void AddString16(const StringPiece16& value);
void AddData(int length);
void AddBytes(int length);
+ void AddAttachment();
private:
// Just like AddBytes() but with a compile-time size for performance.
« no previous file with comments | « no previous file | base/pickle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698