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

Issue 6539017: Initialize media library on service process startup. (Closed)

Created:
9 years, 10 months ago by Wez
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Initialize media library on service process startup. BUG=73166 TEST=Enable Chromoting Host in Chrome, and try to connect to it. The service process should not crash trying to retrieve the VP8 codec. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75379

Patch Set 1 #

Total comments: 3

Patch Set 2 : Pick hclam's nits. #

Patch Set 3 : Add missing include under Mac OS X #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -5 lines) Patch
M chrome/service/DEPS View 1 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/service/service_process.cc View 1 2 4 chunks +23 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Wez
Quick fix adding the missing media library initialization to the service process.
9 years, 10 months ago (2011-02-17 17:04:50 UTC) #1
Alpha Left Google
9 years, 10 months ago (2011-02-17 17:23:10 UTC) #2
http://codereview.chromium.org/6539017/diff/1/chrome/service/DEPS
File chrome/service/DEPS (right):

http://codereview.chromium.org/6539017/diff/1/chrome/service/DEPS#newcode3
chrome/service/DEPS:3: # For Media initialization def
nit: definition

http://codereview.chromium.org/6539017/diff/1/chrome/service/service_process.cc
File chrome/service/service_process.cc (right):

http://codereview.chromium.org/6539017/diff/1/chrome/service/service_process....
chrome/service/service_process.cc:242: if (remoting_host_manager_.get())
nit: since the following statement span across two lines, please use {} to
enclose it.

http://codereview.chromium.org/6539017/diff/1/chrome/service/service_process....
chrome/service/service_process.cc:244: NewRunnableFunction(&QuitMessageLoop,
main_message_loop_));
nit: indent this by 4 spaces.

Powered by Google App Engine
This is Rietveld 408576698