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

Issue 5286010: Start using file_util symlink code, now that it's available. (Closed)

Created:
10 years ago by Greg Spencer (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin, mattm
CC:
chromium-reviews, ben+cc_chromium.org, pam+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Start using file_util symlink code, now that it's available. In CL http://codereview.chromium.org/5349007 I added some base API for manipulating symlinks (since I needed it for some ChromeOS code and noticed that other places could use it too), and this just starts using that API. BUG=none TEST=Ran ui_tests, passed trybots. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68181

Patch Set 1 #

Total comments: 5

Patch Set 2 : Review change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -81 lines) Patch
M base/base_paths_linux.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M base/command_line.cc View 1 2 chunks +5 lines, -6 lines 0 comments Download
M base/file_util_posix.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M base/process_util_linux.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/process_singleton_linux.cc View 14 chunks +42 lines, -55 lines 0 comments Download
M chrome/common/logging_chrome.cc View 1 chunk +3 lines, -9 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Greg Spencer (Chromium)
10 years ago (2010-11-30 20:43:07 UTC) #1
Evan Martin
LGTM http://codereview.chromium.org/5286010/diff/1/base/base_paths_linux.cc File base/base_paths_linux.cc (left): http://codereview.chromium.org/5286010/diff/1/base/base_paths_linux.cc#oldcode42 base/base_paths_linux.cc:42: if (bin_dir_size < 0 || bin_dir_size > PATH_MAX) ...
10 years ago (2010-11-30 21:09:29 UTC) #2
Greg Spencer (Chromium)
http://codereview.chromium.org/5286010/diff/1/base/base_paths_linux.cc File base/base_paths_linux.cc (left): http://codereview.chromium.org/5286010/diff/1/base/base_paths_linux.cc#oldcode42 base/base_paths_linux.cc:42: if (bin_dir_size < 0 || bin_dir_size > PATH_MAX) { ...
10 years ago (2010-11-30 22:15:06 UTC) #3
mattm
10 years ago (2010-11-30 23:50:55 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698