|
Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Windows. Instead change files that use this to specifically #ifdef it for OS_WIN, like we do most other Windows-specific code.
I plan to factor out the "subclass base::Thread to init MTA on Windows" pattern to its own file in a followup change.
BUG=none
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=159545
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+135 lines, -117 lines) |
Patch |
 |
M |
base/win/scoped_com_initializer.h
|
View
|
|
4 chunks |
+7 lines, -40 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_manager.h
|
View
|
1
|
4 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_manager.cc
|
View
|
1
|
3 chunks |
+9 lines, -7 lines |
4 comments
|
Download
|
 |
M |
content/gpu/gpu_main.cc
|
View
|
1
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.h
|
View
|
1
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
|
2 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/test/content_test_suite.h
|
View
|
1
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/webrtc_audio_device_test.h
|
View
|
1
|
3 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/test/webrtc_audio_device_test.cc
|
View
|
1
|
4 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_input_device_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_input_volume_unittest.cc
|
View
|
1
2
|
2 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_low_latency_input_output_unittest.cc
|
View
|
1
2
|
3 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_manager_base.h
|
View
|
1
|
2 chunks |
+26 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_manager_base.cc
|
View
|
1
|
5 chunks |
+9 lines, -26 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|