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

Unified Diff: content/browser/android/web_contents_observer_proxy.h

Issue 2252783004: Implement MediaSession (metadata) per frame [NOT READY, HAS DEPENDENCY] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor fixes Created 4 years, 3 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: content/browser/android/web_contents_observer_proxy.h
diff --git a/content/browser/android/web_contents_observer_proxy.h b/content/browser/android/web_contents_observer_proxy.h
index 40fceb476e8e34a49a66990155955885010c4060..377e55a03bd68179de3110d9d7994e413daafe48 100644
--- a/content/browser/android/web_contents_observer_proxy.h
+++ b/content/browser/android/web_contents_observer_proxy.h
@@ -9,6 +9,7 @@
#include "base/android/jni_weak_ref.h"
#include "base/macros.h"
+#include "base/optional.h"
whywhat 2016/09/13 16:23:26 nit: looks like an accidental change; should be in
Zhiqiang Zhang (Slow) 2016/09/13 18:51:52 Done.
#include "base/process/kill.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/public/browser/reload_type.h"

Powered by Google App Engine
This is Rietveld 408576698