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

Unified Diff: chrome/app/android/chrome_main_delegate_android.cc

Issue 1215713021: Reverted the code for the non-interactive audible tab notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification
Patch Set: Fixed indent Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/android/chrome_main_delegate_android.cc
diff --git a/chrome/app/android/chrome_main_delegate_android.cc b/chrome/app/android/chrome_main_delegate_android.cc
index 48c8b0923b21088d75cf387fbe2ede7bbff92404..35ec17ba5dea818105a959c542b2a37cabfbd2ab 100644
--- a/chrome/app/android/chrome_main_delegate_android.cc
+++ b/chrome/app/android/chrome_main_delegate_android.cc
@@ -17,10 +17,8 @@
namespace {
content::BrowserMediaPlayerManager* CreateRemoteMediaPlayerManager(
- content::RenderFrameHost* render_frame_host,
- content::MediaPlayersObserver* audio_monitor) {
- return new remote_media::RemoteMediaPlayerManager(render_frame_host,
- audio_monitor);
+ content::RenderFrameHost* render_frame_host) {
+ return new remote_media::RemoteMediaPlayerManager(render_frame_host);
}
} // namespace
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | chrome/browser/android/chrome_web_contents_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698