Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Issue 340007: Run a Chrome message loop on the mediator thread, allowing certificates to be... (Closed)

Created:
11 years, 1 month ago by Zachary Kuznia
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, ncarter (slow), fbarchard, Alpha Left Google, idana, awong, ben+cc_chromium.org, scherkus (not reviewing)
Visibility:
Public.

Description

Run a Chrome message loop on the mediator thread, allowing certificates to be verified. BUG=none TEST= 1. Enable bookmark syncing on a mac or linux build. 2. Run chrome with --log-level=0. 3. Options menu -> Sync my Bookmarks. Log in. 4. Check that "XmppSocketAdapter::OnConnectEvent - STATE_TLS_OPEN" appears in the output. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30259

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M chrome/browser/sync/notifier/listener/mediator_thread_impl.cc View 3 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Zachary Kuznia
11 years, 1 month ago (2009-10-27 18:56:32 UTC) #1
chron_chromium.org
Will message loop shutdown compete with anything, like the current talk loo= p? On Tue, ...
11 years, 1 month ago (2009-10-27 19:00:14 UTC) #2
Zachary Kuznia
It will not compete. Since message_loop is a local variable, it gets cleaned up at ...
11 years, 1 month ago (2009-10-27 21:35:17 UTC) #3
tim (not reviewing)
On 2009/10/27 21:35:17, zork wrote: > It will not compete. Since message_loop is a local ...
11 years, 1 month ago (2009-10-27 22:01:07 UTC) #4
chron
11 years, 1 month ago (2009-10-28 21:52:18 UTC) #5
LGTM

On Tue, Oct 27, 2009 at 2:35 PM,  <zork@chromium.org> wrote:
> It will not compete. =A0Since message_loop is a local variable, it gets
> cleaned up
> at the end of this function. =A0libjingle's message queue is cleaned up l=
ater.
>
> http://codereview.chromium.org/340007
>



--=20
As seen on TV

Powered by Google App Engine
This is Rietveld 408576698