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

Issue 9195001: Remove --simple-data-source and convert WebMediaPlayerImpl::Initialize() to a void function. (Closed)

Created:
8 years, 11 months ago by scherkus (not reviewing)
Modified:
8 years, 11 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, acolwell+watch_chromium.org, jam, annacc+watch_chromium.org, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, vrk (LEFT CHROMIUM), pam+watch_chromium.org, scherkus (not reviewing), ihf+watch_chromium.org
Visibility:
Public.

Description

Remove --simple-data-source and convert WebMediaPlayerImpl::Initialize() to a void function. This is a step in removing WebMediaPlayerImpl::Initialize() entirely. BUG=109958 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117447

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixed comment #

Total comments: 2

Patch Set 3 : no dcheck #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -65 lines) Patch
M content/browser/renderer_host/render_process_host_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 1 chunk +5 lines, -12 lines 0 comments Download
M webkit/media/webmediaplayer_impl.h View 1 2 chunks +15 lines, -18 lines 0 comments Download
M webkit/media/webmediaplayer_impl.cc View 3 chunks +4 lines, -17 lines 0 comments Download
M webkit/support/webkit_support.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 2 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
scherkus (not reviewing)
first to reply -> first to review
8 years, 11 months ago (2012-01-12 01:52:30 UTC) #1
Ami GONE FROM CHROMIUM
LGTM % comment q http://codereview.chromium.org/9195001/diff/1/webkit/media/webmediaplayer_impl.h File webkit/media/webmediaplayer_impl.h (left): http://codereview.chromium.org/9195001/diff/1/webkit/media/webmediaplayer_impl.h#oldcode89 webkit/media/webmediaplayer_impl.h:89: // rendering. |collection| should contain ...
8 years, 11 months ago (2012-01-12 03:10:35 UTC) #2
scherkus (not reviewing)
http://codereview.chromium.org/9195001/diff/1/webkit/media/webmediaplayer_impl.h File webkit/media/webmediaplayer_impl.h (left): http://codereview.chromium.org/9195001/diff/1/webkit/media/webmediaplayer_impl.h#oldcode89 webkit/media/webmediaplayer_impl.h:89: // rendering. |collection| should contain filter factories for: On ...
8 years, 11 months ago (2012-01-12 03:32:20 UTC) #3
scherkus (not reviewing)
darin: webkit/ OWNERS jam: content/ OWNERS
8 years, 11 months ago (2012-01-12 03:45:27 UTC) #4
jam
content lgtm http://codereview.chromium.org/9195001/diff/2002/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): http://codereview.chromium.org/9195001/diff/2002/content/renderer/render_view_impl.cc#newcode1981 content/renderer/render_view_impl.cc:1981: DCHECK(media_player); nit: DCHECK(ptr) isn't that useful, in ...
8 years, 11 months ago (2012-01-12 05:18:58 UTC) #5
darin (slow to review)
LGTM
8 years, 11 months ago (2012-01-12 06:15:57 UTC) #6
scherkus (not reviewing)
8 years, 11 months ago (2012-01-12 17:15:31 UTC) #7
thanks for the review!

http://codereview.chromium.org/9195001/diff/2002/content/renderer/render_view...
File content/renderer/render_view_impl.cc (right):

http://codereview.chromium.org/9195001/diff/2002/content/renderer/render_view...
content/renderer/render_view_impl.cc:1981: DCHECK(media_player);
On 2012/01/12 05:18:59, John Abd-El-Malek wrote:
> nit: DCHECK(ptr) isn't that useful, in release mode it does nothing. in debug
> build the crash in the next line is just as good of a signal

Done.

Powered by Google App Engine
This is Rietveld 408576698