Update to latest libchromiumcontent

* vendor/libchromiumcontent b6a0d85...0d607ee (3):
  > Stop trying to compile SQLitePersistentCookieStore separately
  > Update to latest Chromium trunk revision
  > Merge pull request #4 from aroben/atom
This commit is contained in:
Adam Roben 2013-04-17 23:27:53 -04:00
parent 0b5ab8e43d
commit 80cb76355c
10 changed files with 40 additions and 19 deletions

View file

@ -22,6 +22,9 @@ private:
virtual content::RenderViewHost* CreateNewTarget() OVERRIDE;
virtual TargetType GetTargetType(content::RenderViewHost*) OVERRIDE;
virtual std::string GetViewDescription(content::RenderViewHost*) OVERRIDE;
virtual scoped_refptr<net::StreamListenSocket> CreateSocketForTethering(
net::StreamListenSocket::Delegate*,
std::string* name) OVERRIDE;
};
}