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

Unified Diff: chrome/browser/android/chrome_jni_registrar.cc

Issue 79573003: Upstreaming AppMenu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Actually add tvdpi Created 7 years, 1 month 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 | « chrome/android/testshell/res/menu/main_menu.xml ('k') | chrome/browser/android/uma_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/chrome_jni_registrar.cc
diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
index b6fc94948b081d65042ab1f25d2f2a453f7e6aad..1b16d74ec7d7acc4895e2421dcccbaba46b68b0a 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -25,6 +25,7 @@
#include "chrome/browser/android/shortcut_helper.h"
#include "chrome/browser/android/signin/signin_manager_android.h"
#include "chrome/browser/android/tab_android.h"
+#include "chrome/browser/android/uma_bridge.h"
#include "chrome/browser/android/uma_utils.h"
#include "chrome/browser/android/url_utilities.h"
#include "chrome/browser/autofill/android/personal_data_manager_android.h"
@@ -132,6 +133,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{ "TemplateUrlServiceAndroid", TemplateUrlServiceAndroid::Register },
{ "TranslateInfoBarDelegate", RegisterTranslateInfoBarDelegate },
{ "TtsPlatformImpl", TtsPlatformImplAndroid::Register },
+ { "UmaBridge", RegisterUmaBridge },
{ "UrlUtilities", RegisterUrlUtilities },
{ "ValidationMessageBubbleAndroid",
ValidationMessageBubbleAndroid::Register },
« no previous file with comments | « chrome/android/testshell/res/menu/main_menu.xml ('k') | chrome/browser/android/uma_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698