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

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

Issue 1809603005: Create a --disable-top-sites flag for use by telemetry tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move flag check to factory Created 4 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/history/top_sites_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/top_sites_factory.h
diff --git a/chrome/browser/history/top_sites_factory.h b/chrome/browser/history/top_sites_factory.h
index 95d3aa22923fb2fe9ee50b7fc3516a488fd02cd1..e4316b4e2c69eeba3c0b49ca2097dda29cb5acf8 100644
--- a/chrome/browser/history/top_sites_factory.h
+++ b/chrome/browser/history/top_sites_factory.h
@@ -25,8 +25,7 @@ class TopSites;
class Profile;
-// Used for creating and fetching a per-profile instance of the
-// TopSites.
+// Used for creating and fetching a per-profile instance of the TopSites.
class TopSitesFactory : public RefcountedBrowserContextKeyedServiceFactory {
public:
// Get the TopSites service for |profile|, creating one if needed.
« no previous file with comments | « no previous file | chrome/browser/history/top_sites_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698