| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index ae3494a8dfab03d64309cb0c5957bff0429d63be..31a11bad592c3ffe7ee002a73c062222573c11ad 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -827,7 +827,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| void OnFirstVisuallyNonEmptyPaint();
|
| void OnMediaPlayingNotification(int64 player_cookie,
|
| bool has_video,
|
| - bool has_audio);
|
| + bool has_audio,
|
| + bool is_remote);
|
| void OnMediaPausedNotification(int64 player_cookie);
|
| void OnShowValidationMessage(const gfx::Rect& anchor_in_root_view,
|
| const base::string16& main_text,
|
|
|