Chromium Code Reviews| 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. |