Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3488)

Unified Diff: chrome/browser/android/most_visited_sites.cc

Issue 766053010: SuggestionsService undo blacklist functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix uninitialized test variable Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/suggestions/blacklist_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/most_visited_sites.cc
diff --git a/chrome/browser/android/most_visited_sites.cc b/chrome/browser/android/most_visited_sites.cc
index e40ffab014cee6f5daf185392bdb7a21d402666c..ed6a5d7e6c99f021adc36875f7574bf2b4908c3b 100644
--- a/chrome/browser/android/most_visited_sites.cc
+++ b/chrome/browser/android/most_visited_sites.cc
@@ -304,7 +304,8 @@ void MostVisitedSites::BlacklistUrl(JNIEnv* env,
base::Bind(
&MostVisitedSites::OnSuggestionsProfileAvailable,
weak_ptr_factory_.GetWeakPtr(),
- base::Owned(new ScopedJavaGlobalRef<jobject>(observer_))));
+ base::Owned(new ScopedJavaGlobalRef<jobject>(observer_))),
+ base::Closure());
break;
}
}
« no previous file with comments | « no previous file | components/suggestions/blacklist_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698