| Index: chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| diff --git a/chrome/browser/android/ntp/ntp_snippets_bridge.h b/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| index 5baf93ba1fde798b09e300162da9af1580a4daba..3b36cce073542d003af2ecf0af23daa0559efd34 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| @@ -131,6 +131,9 @@ class NTPSnippetsBridge
|
| jint j_category_id,
|
| jint position);
|
|
|
| + void OnNTPInitialized(JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& obj);
|
| +
|
| static bool Register(JNIEnv* env);
|
|
|
| private:
|
|
|