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

Issue 6326014: Use FilePath::Extension instead of the deprecated file_util::GetFileExtensionFromPath. (Closed)

Created:
9 years, 11 months ago by tfarina
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin, evanm
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Use FilePath::Extension instead of the deprecated file_util::GetFileExtensionFromPath. BUG=24672 TEST=trybots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72732

Patch Set 1 #

Total comments: 2

Patch Set 2 : evan review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -7 lines) Patch
M chrome/browser/printing/printing_layout_uitest.cc View 1 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/test/mini_installer_test/mini_installer_test_util.cc View 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
tfarina
Hi Evan, could you review this to me?
9 years, 11 months ago (2011-01-26 20:03:22 UTC) #1
Evan Martin
It's funny to see the exact same pattern done in two different ways :) http://codereview.chromium.org/6326014/diff/1/chrome/browser/printing/printing_layout_uitest.cc ...
9 years, 11 months ago (2011-01-26 20:10:21 UTC) #2
tfarina
http://codereview.chromium.org/6326014/diff/1/chrome/browser/printing/printing_layout_uitest.cc File chrome/browser/printing/printing_layout_uitest.cc (right): http://codereview.chromium.org/6326014/diff/1/chrome/browser/printing/printing_layout_uitest.cc#newcode147 chrome/browser/printing/printing_layout_uitest.cc:147: if (!_wcsicmp(ext.c_str(), L".emf")) { On 2011/01/26 20:10:21, Evan Martin ...
9 years, 11 months ago (2011-01-26 20:21:25 UTC) #3
evanm
On 2011/01/26 20:21:25, tfarina wrote: > Should I bother with this, and convert ext to ...
9 years, 11 months ago (2011-01-26 20:23:10 UTC) #4
tfarina
On 2011/01/26 20:23:10, evanm wrote: > On 2011/01/26 20:21:25, tfarina wrote: > > Should I ...
9 years, 11 months ago (2011-01-26 20:30:12 UTC) #5
Evan Martin
9 years, 11 months ago (2011-01-26 20:30:59 UTC) #6
perfect, thanks!

LGTM

Powered by Google App Engine
This is Rietveld 408576698