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

Side by Side Diff: components/favicon/core/browser/favicon_service.h

Issue 983043003: Componentize FaviconService and FaviconHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon_service
Patch Set: Fix android_aosp (reverted the change by mistake by switching computer) 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_FAVICON_FAVICON_SERVICE_H_ 5 #ifndef COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_SERVICE_H_
6 #define CHROME_BROWSER_FAVICON_FAVICON_SERVICE_H_ 6 #define COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_SERVICE_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/containers/hash_tables.h" 11 #include "base/containers/hash_tables.h"
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "base/task/cancelable_task_tracker.h" 13 #include "base/task/cancelable_task_tracker.h"
14 #include "components/favicon_base/favicon_callback.h" 14 #include "components/favicon_base/favicon_callback.h"
15 #include "components/favicon_base/favicon_types.h" 15 #include "components/favicon_base/favicon_types.h"
16 #include "components/favicon_base/favicon_usage_data.h" 16 #include "components/favicon_base/favicon_usage_data.h"
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 const std::vector<favicon_base::FaviconRawBitmapResult>& 244 const std::vector<favicon_base::FaviconRawBitmapResult>&
245 favicon_bitmap_results); 245 favicon_bitmap_results);
246 246
247 base::hash_set<MissingFaviconURLHash> missing_favicon_urls_; 247 base::hash_set<MissingFaviconURLHash> missing_favicon_urls_;
248 history::HistoryService* history_service_; 248 history::HistoryService* history_service_;
249 FaviconClient* favicon_client_; 249 FaviconClient* favicon_client_;
250 250
251 DISALLOW_COPY_AND_ASSIGN(FaviconService); 251 DISALLOW_COPY_AND_ASSIGN(FaviconService);
252 }; 252 };
253 253
254 #endif // CHROME_BROWSER_FAVICON_FAVICON_SERVICE_H_ 254 #endif // COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_SERVICE_H_
OLDNEW
« no previous file with comments | « components/favicon/core/browser/favicon_handler.cc ('k') | components/favicon/core/browser/favicon_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698