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

Unified Diff: content/browser/android/browser_jni_registrar.cc

Issue 2765443004: AndroidOverlay implementation using Dialog. (Closed)
Patch Set: rebased onto gpu_surface_tracker 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
Index: content/browser/android/browser_jni_registrar.cc
diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
index 695a7f0e8389ade536d8d772c3568748891c56f7..9650494c0a29ce403cc619a1521984c552c31fa2 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -18,6 +18,7 @@
#include "content/browser/android/content_view_render_view.h"
#include "content/browser/android/content_view_statics.h"
#include "content/browser/android/date_time_chooser_android.h"
+#include "content/browser/android/dialog_overlay_operations_impl.h"
#include "content/browser/android/gpu_process_callback.h"
#include "content/browser/android/ime_adapter_android.h"
#include "content/browser/android/interstitial_page_delegate_android.h"
@@ -52,6 +53,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{"ContentViewRenderView",
content::ContentViewRenderView::RegisterContentViewRenderView},
{"DateTimePickerAndroid", content::RegisterDateTimeChooserAndroid},
+ {"DialogOverlayOperationsImpl",
+ content::DialogOverlayOperationsImpl::RegisterDialogOverlayOperationsImpl},
{"InterstitialPageDelegateAndroid",
content::InterstitialPageDelegateAndroid::
RegisterInterstitialPageDelegateAndroid},

Powered by Google App Engine
This is Rietveld 408576698