| 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..9f26ab008d6bee75b2d14632f4fdfa3658a517c8 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 OnBrowserStarted(JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& obj);
|
| +
|
| static bool Register(JNIEnv* env);
|
|
|
| private:
|
|
|