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

Side by Side Diff: components/dom_distiller/ios/distiller_favicon_ios.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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_DOM_DISTILLER_IOS_DISTILLER_FAVICON_IOS_H_
6 #define COMPONENTS_DOM_DISTILLER_IOS_DISTILLER_FAVICON_IOS_H_
7
8 #include <vector>
9
10 namespace ios {
11 class WebControllerProvider;
12 }
13
14 namespace web {
15 struct FaviconURL;
16 }
17
18 class GURL;
19
20 namespace dom_distiller {
21
22 class DistillerFaviconIOS {
23 public:
24 virtual std::unique_ptr<ios::WebControllerProvider> CreateProvider(
25 const GURL& page_url) = 0;
26 };
27
28 } // namespace dom_distiller
29
30 #endif // COMPONENTS_DOM_DISTILLER_IOS_DISTILLER_FAVICON_IOS_H_
OLDNEW
« no previous file with comments | « components/dom_distiller/ios/BUILD.gn ('k') | components/dom_distiller/ios/distiller_page_factory_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698