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

Unified Diff: chrome/browser/ui/webui/browsing_history_handler.h

Issue 2455503004: [MD History] Fix deletion in heavily scrolled list. (Closed)
Patch Set: add test Created 4 years, 1 month 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
Index: chrome/browser/ui/webui/browsing_history_handler.h
diff --git a/chrome/browser/ui/webui/browsing_history_handler.h b/chrome/browser/ui/webui/browsing_history_handler.h
index 2ad459a0d770fe49e45613b29868ee1d8fae8965..62d4b75e8b5d02ff4212be4c60b01f01ea217d67 100644
--- a/chrome/browser/ui/webui/browsing_history_handler.h
+++ b/chrome/browser/ui/webui/browsing_history_handler.h
@@ -150,6 +150,9 @@ class BrowsingHistoryHandler : public content::WebUIMessageHandler,
history::QueryResults* results);
private:
+ FRIEND_TEST_ALL_PREFIXES(BrowsingHistoryHandlerTest,
+ ObservingWebHistoryDeletions);
+
// The range for which to return results:
// - ALLTIME: allows access to all the results in a paginated way.
// - WEEK: the last 7 days.

Powered by Google App Engine
This is Rietveld 408576698