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

Unified Diff: blimp/test/run_all_unittests.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/test/DEPS ('k') | chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/test/run_all_unittests.cc
diff --git a/blimp/test/run_all_unittests.cc b/blimp/test/run_all_unittests.cc
index 7d52f169382afd701437b008d1d7a00a264e302c..3364010a9c90c0ecbad64b959c024a85df30ddf4 100644
--- a/blimp/test/run_all_unittests.cc
+++ b/blimp/test/run_all_unittests.cc
@@ -13,6 +13,7 @@
#include "base/android/jni_android.h"
#include "blimp/client/public/android/blimp_jni_registrar.h"
#include "net/android/net_jni_registrar.h"
+#include "ui/android/ui_android_jni_registrar.h"
#include "ui/gfx/android/gfx_jni_registrar.h"
#endif
@@ -48,6 +49,10 @@ class BlimpTestSuite : public base::TestSuite {
return false;
}
+ if (!ui::RegisterUIAndroidJni(env)) {
+ return false;
+ }
+
if (!blimp::client::RegisterBlimpJni(env)) {
return false;
}
« no previous file with comments | « blimp/test/DEPS ('k') | chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698