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

Unified Diff: components/favicon/ios/web_favicon_driver.h

Issue 2541093002: DO NOT COMMIT (Closed)
Patch Set: Created 4 years 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 | « components/dom_distiller/ios/distiller_page_ios.mm ('k') | ios/chrome/browser/dom_distiller/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/ios/web_favicon_driver.h
diff --git a/components/favicon/ios/web_favicon_driver.h b/components/favicon/ios/web_favicon_driver.h
index b5209a1b7a0a5067db20c93bb3e054ad3e18fcef..7166896fb6a80e519d8dacdeacb6beff306e480f 100644
--- a/components/favicon/ios/web_favicon_driver.h
+++ b/components/favicon/ios/web_favicon_driver.h
@@ -14,6 +14,8 @@ namespace web {
class WebState;
}
+class DistillerFaviconDriver;
+
namespace favicon {
// WebFaviconDriver is an implementation of FaviconDriver that listen to
@@ -22,6 +24,8 @@ namespace favicon {
class WebFaviconDriver : public web::WebStateObserver,
public web::WebStateUserData<WebFaviconDriver>,
public FaviconDriverImpl {
+ friend class ::DistillerFaviconDriver;
+
public:
static void CreateForWebState(web::WebState* web_state,
FaviconService* favicon_service,
« no previous file with comments | « components/dom_distiller/ios/distiller_page_ios.mm ('k') | ios/chrome/browser/dom_distiller/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698