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

Issue 11000010: We don't need to do both OleInitialize() and CoInitializeEx() on the same thread. Eliminate the Sc… (Closed)

Created:
8 years, 2 months ago by Peter Kasting
Modified:
8 years, 2 months ago
Reviewers:
cpu_(ooo_6.6-7.5), jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

We don't need to do both OleInitialize() and CoInitializeEx() on the same thread. Eliminate the ScopedCOMInitializer that does the latter for the main thread, and move the ScopedOleInitializer that does the former into the same spot. BUG=none TEST=Running Win debug Chrome does not produce console output about duplicate COM initializations Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=159527

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -12 lines) Patch
M content/browser/browser_main_loop.h View 2 chunks +0 lines, -8 lines 0 comments Download
M content/browser/browser_main_runner.cc View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Peter Kasting
8 years, 2 months ago (2012-09-26 22:31:30 UTC) #1
cpu_(ooo_6.6-7.5)
lgtm
8 years, 2 months ago (2012-09-28 19:42:52 UTC) #2
Peter Kasting
jam, can you OWNERS r+?
8 years, 2 months ago (2012-09-29 21:39:04 UTC) #3
jam
8 years, 2 months ago (2012-10-01 18:17:54 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698