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

Issue 6537022: Move media library path resolution into Chrome path provider. (Closed)

Created:
9 years, 10 months ago by Wez
Modified:
9 years, 7 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, sjl, ddorwin+watch_chromium.org, fischman+watch_chromium.org, brettw-cc_chromium.org, acolwell GONE FROM CHROMIUM, annacc, darin-cc_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM)
Visibility:
Public.

Description

Move media library path resolution into Chrome path provider. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78532

Patch Set 1 #

Total comments: 3

Patch Set 2 : Cope gracefully with absence of media libraries. #

Patch Set 3 : And again, this time with working tests... #

Total comments: 6

Patch Set 4 : Restore failure indication from InitializeMediaLibrary and pick nits. #

Patch Set 5 : Get rid of spurious changes in previous patch-set. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -46 lines) Patch
M chrome/common/chrome_paths.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_paths.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/renderer/render_process_impl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/render_process_impl.cc View 1 2 3 4 2 chunks +10 lines, -13 lines 0 comments Download
M chrome/service/service_process.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/service/service_process.cc View 1 2 3 4 2 chunks +7 lines, -20 lines 0 comments Download
M content/browser/zygote_main_linux.cc View 1 2 3 4 2 chunks +7 lines, -3 lines 0 comments Download
M media/base/media.h View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M media/base/media_posix.cc View 1 2 3 4 2 chunks +11 lines, -2 lines 0 comments Download
M media/base/media_win.cc View 1 2 3 4 2 chunks +18 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Wez
Suggested change to have the path from which to load the media libraries provided by ...
9 years, 10 months ago (2011-02-17 17:36:24 UTC) #1
scherkus (not reviewing)
drive by! http://codereview.chromium.org/6537022/diff/1/chrome/browser/zygote_main_linux.cc File chrome/browser/zygote_main_linux.cc (right): http://codereview.chromium.org/6537022/diff/1/chrome/browser/zygote_main_linux.cc#newcode601 chrome/browser/zygote_main_linux.cc:601: // to use them. Should we store ...
9 years, 10 months ago (2011-02-17 17:57:10 UTC) #2
Wez
On 17 February 2011 17:57, <scherkus@chromium.org> wrote: > drive by! (ducks for cover) > > ...
9 years, 10 months ago (2011-02-17 18:27:52 UTC) #3
awong
Agreed with Andrew's comments...especially about the CHECK failure. That can't go in as is since ...
9 years, 10 months ago (2011-02-23 21:29:07 UTC) #4
Wez
Revised this CL to: * Have InitializeMediaLibrary() store a flag indicating whether it succeeded. * ...
9 years, 10 months ago (2011-02-24 19:09:47 UTC) #5
awong
Got a number of nitpicks. I'm not 100% convinced it's better for the module to ...
9 years, 10 months ago (2011-02-25 02:41:59 UTC) #6
Wez
On 2011/02/25 02:41:59, awong wrote: > I'm not 100% convinced it's better for the module ...
9 years, 10 months ago (2011-02-25 09:26:12 UTC) #7
awong
9 years, 9 months ago (2011-03-16 15:10:52 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698