Update to Chromium revision 92d77538 (#369907)

This commit is contained in:
Marshall Greenblatt
2016-02-02 16:32:44 -05:00
committed by Marshall Greenblatt
parent d6fa9ed3e3
commit 70ab57ab23
25 changed files with 598 additions and 233 deletions

View File

@@ -1,10 +1,10 @@
diff --git message_loop.cc message_loop.cc
index cfa86d9..6775c3d 100644
index e84765a..560bd39 100644
--- message_loop.cc
+++ message_loop.cc
@@ -137,12 +137,6 @@ MessageLoop::~MessageLoop() {
// bound to a thread.
DCHECK(current() == this || !current());
@@ -139,12 +139,6 @@ MessageLoop::~MessageLoop() {
// may be current.
DCHECK((pump_ && current() == this) || (!pump_ && current() != this));
- // iOS just attaches to the loop, it doesn't Run it.
- // TODO(stuartmorgan): Consider wiring up a Detach().