| Index: chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| diff --git a/chrome/browser/android/ntp/ntp_snippets_bridge.cc b/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| index 0c830932095664650c0177fa54eeb4f94e509a13..a14c1f9718d0237848fb10a6ec84ce2855ab41cd 100644
|
| --- a/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.cc
|
| @@ -92,8 +92,7 @@ static void FetchSnippets(JNIEnv* env,
|
| service->FetchSnippets(j_force_request);
|
| }
|
|
|
| -// Reschedules the fetching of snippets. Used to support different fetching
|
| -// intervals for different times of day.
|
| +// Reschedules the fetching of snippets.
|
| static void RescheduleFetching(JNIEnv* env,
|
| const JavaParamRef<jclass>& caller) {
|
| Profile* profile = ProfileManager::GetLastUsedProfile();
|
|
|