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

Unified Diff: ui/android/window_android.h

Issue 2380743003: Refactor ContentViewClient (2/6) (Closed)
Patch Set: tests 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: ui/android/window_android.h
diff --git a/ui/android/window_android.h b/ui/android/window_android.h
index b55ba16cfa2c4cd36cddf0ad33951e98363326fa..8593d6d221d19cdb5ed7b25492cd703669f265bc 100644
--- a/ui/android/window_android.h
+++ b/ui/android/window_android.h
@@ -17,6 +17,7 @@
#include "ui/android/ui_android_export.h"
#include "ui/android/view_android.h"
#include "ui/gfx/geometry/vector2d_f.h"
+#include "url/gurl.h"
namespace ui {
@@ -76,6 +77,7 @@ class UI_ANDROID_EXPORT WindowAndroid : public ViewAndroid {
// Return whether the specified Android permission can be requested by Chrome.
bool CanRequestPermission(const std::string& permission);
+ void StartContentIntent(const GURL& content_url, bool is_main_frame);
static WindowAndroid* CreateForTesting();
void DestroyForTesting();

Powered by Google App Engine
This is Rietveld 408576698