| 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 ed0c523151874b48e1c4489dc9fee1013878d760..030ff385e1f08f11ef641a270496f36422cce3db 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -18,6 +18,7 @@
|
| #include "chrome/browser/android/favicon_helper.h"
|
| #include "chrome/browser/android/field_trial_helper.h"
|
| #include "chrome/browser/android/foreign_session_helper.h"
|
| +#include "chrome/browser/android/gcm_android.h"
|
| #include "chrome/browser/android/intent_helper.h"
|
| #include "chrome/browser/android/most_visited_sites.h"
|
| #include "chrome/browser/android/new_tab_page_prefs.h"
|
| @@ -126,6 +127,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| { "FieldTrialHelper", RegisterFieldTrialHelper },
|
| { "ForeignSessionHelper",
|
| ForeignSessionHelper::RegisterForeignSessionHelper },
|
| + { "GcmPlatformImpl", GcmPlatformImplAndroid::RegisterGcmPlatformImplAndroid },
|
| { "InfoBarContainer", RegisterInfoBarContainer },
|
| { "ShortcutHelper", ShortcutHelper::RegisterShortcutHelper },
|
| { "IntentHelper", RegisterIntentHelper },
|
|
|