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

Issue 2887243002: Remove ScopedComPtr::CreateInstance() (Closed)

Created:
3 years, 7 months ago by robliao
Modified:
3 years, 7 months ago
CC:
chromium-reviews, vmpstr+watch_chromium.org, posciak+watch_chromium.org, chfremer+watch_chromium.org, mfoltz+watch_chromium.org, miu+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, grt+watch_chromium.org, chromoting-reviews_chromium.org, jam, net-reviews_chromium.org, darin-cc_chromium.org, wanming.lin, chromium-apps-reviews_chromium.org, xjz+watch_chromium.org, mlamouri+watch-content_chromium.org, timvolodine, feature-media-reviews_chromium.org, mlamouri+watch-sensors_chromium.org, piman+watch_chromium.org, shalamov, wfh+watch_chromium.org, riju_, danakj+watch_chromium.org, Mikhail
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove ScopedComPtr::CreateInstance() This is better expressed as directly calling CoCreateInstance(). This change is a mechanical refactor from ScopedComPtr::CreateInstance() to CoCreateInstance(). BUG=638327 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=dalecurtis@chromium.org, jam@chromium.org, reillyg@chromium.org, rsleevi@chromium.org, sdefresne@chromium.org, thakis@chromium.org, nicholss@chromium.org, Mechanical refactor. Review-Url: https://codereview.chromium.org/2887243002 Cr-Commit-Position: refs/heads/master@{#472858} Committed: https://chromium.googlesource.com/chromium/src/+/eb9bfd648536ce835bb62026506bd29395de3f88

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -67 lines) Patch
M base/test/test_shortcut_win.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M base/win/scoped_comptr.h View 2 chunks +0 lines, -11 lines 0 comments Download
M base/win/scoped_comptr_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M base/win/shortcut.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M components/storage_monitor/portable_device_watcher_win.cc View 5 chunks +13 lines, -8 lines 0 comments Download
M components/update_client/background_downloader_win.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M content/common/quarantine/quarantine_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M device/generic_sensor/platform_sensor_provider_win.cc View 2 chunks +4 lines, -1 line 0 comments Download
M device/generic_sensor/platform_sensor_reader_win.cc View 2 chunks +3 lines, -1 line 0 comments Download
M device/sensors/data_fetcher_shared_memory_win.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M media/audio/win/audio_low_latency_input_win.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M media/audio/win/core_audio_util_win.cc View 3 chunks +8 lines, -5 lines 0 comments Download
M media/audio/win/device_enumeration_win.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M media/capture/video/win/video_capture_device_factory_win.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M media/capture/video/win/video_capture_device_win.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M media/gpu/media_foundation_video_encode_accelerator_win.cc View 2 chunks +3 lines, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/audio_capturer_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/desktop_session_win.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M remoting/host/setup/win/auth_code_getter.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M ui/gfx/win/direct_manipulation.cc View 2 chunks +7 lines, -4 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 31 (18 generated)
robliao
scottmg: Please review this change. Thanks!
3 years, 7 months ago (2017-05-17 23:00:14 UTC) #5
scottmg
lgtm
3 years, 7 months ago (2017-05-17 23:04:11 UTC) #6
robliao
TBR'ing top-level directory owners for this mechanical refactor. Owners: dalecurtis: media/* jam: content/* reillyg: device/* ...
3 years, 7 months ago (2017-05-17 23:58:27 UTC) #10
robliao
Owners update s/wez/nicholss/ nicholss: remoting/*
3 years, 7 months ago (2017-05-18 00:00:35 UTC) #13
Reilly Grant (use Gerrit)
device lgtm
3 years, 7 months ago (2017-05-18 00:03:40 UTC) #14
Ryan Sleevi
lgtm
3 years, 7 months ago (2017-05-18 00:14:50 UTC) #15
Hzj_jie
On 2017/05/18 00:14:50, Ryan Sleevi wrote: > lgtm The expression becomes more complex. Is there ...
3 years, 7 months ago (2017-05-18 00:18:56 UTC) #16
robliao
On 2017/05/18 00:18:56, Hzj_jie wrote: > On 2017/05/18 00:14:50, Ryan Sleevi wrote: > > lgtm ...
3 years, 7 months ago (2017-05-18 00:24:10 UTC) #17
Hzj_jie
On 2017/05/18 00:24:10, robliao wrote: > On 2017/05/18 00:18:56, Hzj_jie wrote: > > On 2017/05/18 ...
3 years, 7 months ago (2017-05-18 00:25:29 UTC) #18
jam
lgtm
3 years, 7 months ago (2017-05-18 14:17:04 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2887243002/1
3 years, 7 months ago (2017-05-18 17:23:46 UTC) #27
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/eb9bfd648536ce835bb62026506bd29395de3f88
3 years, 7 months ago (2017-05-18 17:35:37 UTC) #30
sdefresne
3 years, 7 months ago (2017-05-22 14:33:38 UTC) #31
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698