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

Unified Diff: chrome/browser/android/chrome_web_contents_delegate_android.h

Issue 1159113006: [Android] A prototype of the interactive media notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added browser tests Created 5 years, 6 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/browser/android/chrome_web_contents_delegate_android.h
diff --git a/chrome/browser/android/chrome_web_contents_delegate_android.h b/chrome/browser/android/chrome_web_contents_delegate_android.h
index 749a19f204283bc129866afec7034f910bfc9809..1d46c503eb9177a572208b9e6b0b887eedb6ac4e 100644
--- a/chrome/browser/android/chrome_web_contents_delegate_android.h
+++ b/chrome/browser/android/chrome_web_contents_delegate_android.h
@@ -76,6 +76,8 @@ class ChromeWebContentsDelegateAndroid
const gfx::Rect& initial_rect,
bool user_gesture,
bool* was_blocked) override;
+ void ShowMediaControls(content::WebContents* web_contents) override;
+ void HideMediaControls(content::WebContents* web_contents) override;
private:
// NotificationObserver implementation.

Powered by Google App Engine
This is Rietveld 408576698