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

Issue 7351003: Clean up users of a deprecated base::LaunchApp API. (Closed)

Created:
9 years, 5 months ago by Evan Martin
Modified:
9 years, 5 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, pam+watch_chromium.org, hclam+watch_chromium.org, cbentzel+watch_chromium.org, sjl, ddorwin+watch_chromium.org, fischman+watch_chromium.org, jam, ajwong+watch_chromium.org, acolwell+watch_chromium.org, annacc+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., vrk (LEFT CHROMIUM), brettw-cc_chromium.org, scherkus (not reviewing)
Visibility:
Public.

Description

Clean up users of a deprecated base::LaunchApp API. BUG=88990 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92598

Patch Set 1 #

Patch Set 2 : fixes #

Patch Set 3 : fix #

Patch Set 4 : win #

Total comments: 1

Patch Set 5 : win-only #

Patch Set 6 : win-only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -44 lines) Patch
M base/process_util.h View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/browser_main.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_main_win.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/first_run/first_run_gtk.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/first_run/first_run_win.cc View 1 2 3 4 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/first_run/upgrade_util_linux.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/first_run/upgrade_util_win.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/process_singleton_uitest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_test.cc View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M chrome/browser/service/service_process_control.cc View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/installer/util/google_chrome_distribution.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/product.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/service/service_child_process_host.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/test/layout_test_http_server.cc View 2 chunks +10 lines, -2 lines 0 comments Download
M chrome/test/live_sync/live_sync_test.cc View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M chrome/test/ui_test_utils.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M chrome_frame/ready_mode/internal/registry_ready_mode_state.cc View 1 2 3 4 1 chunk +6 lines, -2 lines 0 comments Download
M chrome_frame/test/chrome_frame_test_utils.cc View 1 2 3 4 3 chunks +14 lines, -7 lines 0 comments Download
M content/browser/zygote_host_linux.cc View 1 1 chunk +5 lines, -6 lines 0 comments Download
M content/common/sandbox_policy.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M media/audio/linux/audio_manager_linux.cc View 1 chunk +2 lines, -1 line 0 comments Download
M media/audio/win/audio_manager_win.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/stress_cache.cc View 1 chunk +3 lines, -1 line 0 comments Download
M net/tools/crash_cache/crash_cache.cc View 1 chunk +3 lines, -1 line 0 comments Download
M net/tools/dump_cache/dump_cache.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Evan Martin
This is the last cross-platform LaunchApp(). (There are a few more in a Windows-specific ifdef.) ...
9 years, 5 months ago (2011-07-14 18:04:31 UTC) #1
Mark Mentovai
Win trybot failure. Looks like you need one more thing in chrome_frame/ready_mode/internal/registry_ready_mode_state.cc.
9 years, 5 months ago (2011-07-14 18:12:15 UTC) #2
Evan Martin
On 2011/07/14 18:12:15, Mark Mentovai wrote: > Win trybot failure. Looks like you need one ...
9 years, 5 months ago (2011-07-14 18:16:12 UTC) #3
Mark Mentovai
LGTM once you get the trybot green. http://codereview.chromium.org/7351003/diff/5001/media/audio/win/audio_manager_win.cc File media/audio/win/audio_manager_win.cc (right): http://codereview.chromium.org/7351003/diff/5001/media/audio/win/audio_manager_win.cc#newcode254 media/audio/win/audio_manager_win.cc:254: base::LaunchProcess(command_line, options); ...
9 years, 5 months ago (2011-07-14 18:17:22 UTC) #4
Evan Martin
9 years, 5 months ago (2011-07-14 18:20:32 UTC) #5
On 2011/07/14 18:17:22, Mark Mentovai wrote:
> LGTM once you get the trybot green.
> 
>
http://codereview.chromium.org/7351003/diff/5001/media/audio/win/audio_manage...
> File media/audio/win/audio_manager_win.cc (right):
> 
>
http://codereview.chromium.org/7351003/diff/5001/media/audio/win/audio_manage...
> media/audio/win/audio_manager_win.cc:254: base::LaunchProcess(command_line,
> options);
> Seeing this pattern repeatedly makes me wonder if the interface should have
> accepted a NULL-tolerant LaunchOptions*.

Hm, good point.  I will email about it separately.

Powered by Google App Engine
This is Rietveld 408576698