summaryrefslogtreecommitdiff
path: root/base/pickle.h
diff options
context:
space:
mode:
authorLuis Hector Chavez <lhchavez@google.com>2016-05-25 15:29:35 -0700
committerLuis Hector Chavez <lhchavez@google.com>2016-05-27 09:06:26 -0700
commit94ffa55491333f3dcc701befd0d2652922916d99 (patch)
tree40533589f9b338f32c7f30d7d0169118eef52959 /base/pickle.h
parent520be045f15462281c61e53944100d7e303679be (diff)
downloadlibchrome-94ffa55491333f3dcc701befd0d2652922916d99.tar.gz
libchrome: Uprev the library to r395517 from Chromium
Pulled the latest and greatest version of libchrome from Chromium. The merge was done against r395517 which corresponds to git commit ebdcb576bb346af95b8ad219f6250daf63122f98 of May 23, 2016 Notable changes are: - scoped_ptr was removed in favor of std::unique_ptr - base/thread_task_runner_handle.h was moved to base/threading. BUG: 28985443 TEST: All tests in libchrome_test pass on dragonboard-eng build Change-Id: Ic9f9ed1cafe754c96cd2f007984514e091aaba39
Diffstat (limited to 'base/pickle.h')
-rw-r--r--base/pickle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/pickle.h b/base/pickle.h
index eb4888a0eb..40f5d262bc 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.