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

Issue 9316004: Move common file path related methods between chrome & content to file_util. I reduced the 4 meth... (Closed)

Created:
8 years, 10 months ago by jam
Modified:
8 years, 10 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews, achuith+watch_chromium.org, mihaip+watch_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, rginda+watch_chromium.org, darin-cc_chromium.org, rdsmith+dwatch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Move common file path related methods between chrome & content to file_util. I reduced the 4 methods into 3 by only having one GetUniquePathNumber which takes an optional suffix. BUG=98716 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=119984

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : remove includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -119 lines) Patch
M base/file_util.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M base/file_util.cc View 1 2 3 chunks +29 lines, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/download/chrome_download_manager_delegate.cc View 1 2 3 4 5 3 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/download/download_util.cc View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/extensions/webstore_installer.cc View 1 2 3 4 5 3 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/web_applications/web_app.cc View 1 2 3 4 5 2 chunks +5 lines, -2 lines 0 comments Download
M content/browser/download/download_file.h View 1 chunk +0 lines, -21 lines 0 comments Download
M content/browser/download/download_file_impl.cc View 2 chunks +0 lines, -70 lines 0 comments Download
M content/browser/download/download_file_manager.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/download/download_file_manager_unittest.cc View 1 2 1 chunk +6 lines, -3 lines 0 comments Download
M content/browser/download/download_item_impl.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/download/download_manager_impl_unittest.cc View 1 2 3 4 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jam
8 years, 10 months ago (2012-01-31 21:17:37 UTC) #1
Evan Martin
http://codereview.chromium.org/9316004/diff/2004/base/file_util.cc File base/file_util.cc (right): http://codereview.chromium.org/9316004/diff/2004/base/file_util.cc#newcode248 base/file_util.cc:248: int GetUniquePathNumber( Should this be in the anon namespace? ...
8 years, 10 months ago (2012-01-31 21:23:44 UTC) #2
jam
http://codereview.chromium.org/9316004/diff/2004/base/file_util.cc File base/file_util.cc (right): http://codereview.chromium.org/9316004/diff/2004/base/file_util.cc#newcode248 base/file_util.cc:248: int GetUniquePathNumber( On 2012/01/31 21:23:44, Evan Martin wrote: > ...
8 years, 10 months ago (2012-01-31 21:54:29 UTC) #3
Evan Martin
8 years, 10 months ago (2012-01-31 21:59:06 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698