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

Unified Diff: chrome/browser/history/top_sites.h

Issue 17114002: Field trial removing tiles from NTP if URL is already open - for 1993 clients (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 7 years, 5 months 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/history/top_sites.h
diff --git a/chrome/browser/history/top_sites.h b/chrome/browser/history/top_sites.h
index b55821d34798adb34bb354e4d74308218cc4f691..5cfe8ba915c429216fda50da90f2793e4f26e282 100644
--- a/chrome/browser/history/top_sites.h
+++ b/chrome/browser/history/top_sites.h
@@ -44,9 +44,6 @@ class TopSites
// Initializes TopSites.
static TopSites* Create(Profile* profile, const base::FilePath& db_name);
- // Helper method to shuffle MostVisited tiles for A/B testing purposes.
- static void MaybeShuffle(MostVisitedURLList* data);
-
// Sets the given thumbnail for the given URL. Returns true if the thumbnail
// was updated. False means either the URL wasn't known to us, or we felt
// that our current thumbnail was superior to the given one. Should be called

Powered by Google App Engine
This is Rietveld 408576698