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

Unified Diff: blimp/client/app/android/blimp_app_jni_registrar.cc

Issue 2270323004: Add BlimpView to a Chrome tab when Blimp is enabled. (Closed)
Patch Set: addressed nit, renamed CreateForTesting and piped through touch handling Created 4 years, 4 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 | « blimp/client/BUILD.gn ('k') | blimp/client/app/android/blimp_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/blimp_app_jni_registrar.cc
diff --git a/blimp/client/app/android/blimp_app_jni_registrar.cc b/blimp/client/app/android/blimp_app_jni_registrar.cc
index af4ce1271af04d9bd7ac20bc4f1a7b48540a087d..c9853aed9c05bf5492de6d0bdbeef8d9556a6e31 100644
--- a/blimp/client/app/android/blimp_app_jni_registrar.cc
+++ b/blimp/client/app/android/blimp_app_jni_registrar.cc
@@ -20,7 +20,7 @@ namespace {
base::android::RegistrationMethod kBlimpRegistrationMethods[] = {
{"BlimpClientSessionAndroid", BlimpClientSessionAndroid::RegisterJni},
{"BlimpLibraryLoader", RegisterBlimpLibraryLoaderJni},
- {"BlimpView", BlimpView::RegisterJni},
+ {"BlimpView", app::BlimpView::RegisterJni},
{"SafeJson", safe_json::android::RegisterSafeJsonJni},
{"TabControlFeatureAndroid", TabControlFeatureAndroid::RegisterJni},
{"Toolbar", Toolbar::RegisterJni},
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/client/app/android/blimp_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698