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

Unified Diff: chrome/browser/favicon/favicon_service_factory.h

Issue 996253002: [Fallback Icons] Refactor FallbackIconService to be a BrowserContext-level singleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing FallbackIconSource::SendNotFoundResponse(). Created 5 years, 9 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 | « chrome/browser/favicon/fallback_icon_service_factory.cc ('k') | chrome/browser/search/instant_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/favicon/favicon_service_factory.h
diff --git a/chrome/browser/favicon/favicon_service_factory.h b/chrome/browser/favicon/favicon_service_factory.h
index 36157bbb4f1af1c16212d0529a20c152e59bedd4..f62e408bd597348409cbc2710c0a8b38326d579a 100644
--- a/chrome/browser/favicon/favicon_service_factory.h
+++ b/chrome/browser/favicon/favicon_service_factory.h
@@ -18,7 +18,7 @@ class Profile;
// Profiles.
class FaviconServiceFactory : public BrowserContextKeyedServiceFactory {
public:
- // |access| defines what the caller plans to do with the service. See
+ // |sat| defines what the caller plans to do with the service. See
// the ServiceAccessType definition in profile.h.
static FaviconService* GetForProfile(Profile* profile, ServiceAccessType sat);
« no previous file with comments | « chrome/browser/favicon/fallback_icon_service_factory.cc ('k') | chrome/browser/search/instant_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698