Index: dbus/bus.cc |
=================================================================== |
--- dbus/bus.cc (revision 134126) |
+++ dbus/bus.cc (working copy) |
@@ -368,6 +368,9 @@ |
&Bus::ShutdownOnDBusThreadAndBlockInternal, |
this)); |
+ // http://crbug.com/125222 |
+ base::ThreadRestrictions::ScopedAllowWait allow_wait; |
+ |
// Wait until the shutdown is complete on the D-Bus thread. |
// The shutdown should not hang, but set timeout just in case. |
const int kTimeoutSecs = 3; |