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

Unified Diff: media/mojo/clients/mojo_android_overlay.h

Issue 2796943002: Move routing token out of AndroidOverlay config. (Closed)
Patch Set: cl feedback 1/2 Created 3 years, 8 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
« no previous file with comments | « media/base/android/android_overlay.h ('k') | media/mojo/clients/mojo_android_overlay.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/clients/mojo_android_overlay.h
diff --git a/media/mojo/clients/mojo_android_overlay.h b/media/mojo/clients/mojo_android_overlay.h
index b96d0f5341446e2288ba0355551a332509fcc0a7..c3705776f9ce4f6aa8e0caf90d625aacd33dc170 100644
--- a/media/mojo/clients/mojo_android_overlay.h
+++ b/media/mojo/clients/mojo_android_overlay.h
@@ -6,6 +6,7 @@
#define MEDIA_BASE_MOJO_ANDROID_OVERLAY_H_
#include "base/macros.h"
+#include "base/unguessable_token.h"
#include "media/base/android/android_overlay.h"
#include "media/mojo/interfaces/android_overlay.mojom.h"
#include "mojo/public/cpp/bindings/binding.h"
@@ -24,7 +25,8 @@ class MojoAndroidOverlay : public AndroidOverlay,
public:
MojoAndroidOverlay(
service_manager::mojom::InterfaceProvider* interface_provider,
- const AndroidOverlay::Config& config);
+ const AndroidOverlay::Config& config,
+ const base::UnguessableToken& routing_token);
~MojoAndroidOverlay() override;
« no previous file with comments | « media/base/android/android_overlay.h ('k') | media/mojo/clients/mojo_android_overlay.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698