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