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

Unified Diff: ios/public/provider/chrome/browser/chrome_browser_provider.h

Issue 2609363003: Remove ChromeBrowserProvider::GetFaviconForURL(). (Closed)
Patch Set: Remove incorrect include and obsolete deps. Created 3 years, 11 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
Index: ios/public/provider/chrome/browser/chrome_browser_provider.h
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.h b/ios/public/provider/chrome/browser/chrome_browser_provider.h
index 73ea0ab79097cdd51eaf1ff089f9d7e02bfb12a6..b7af7712ec816a9a20a0f0e3b6f1279aa9ee47c5 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -15,11 +15,9 @@
#include "base/callback_forward.h"
#include "base/memory/ref_counted.h"
-#include "components/favicon_base/favicon_callback.h"
class AppDistributionProvider;
class BrandedImageProvider;
-class GURL;
class OmahaServiceProvider;
class SpotlightProvider;
class UserFeedbackProvider;
@@ -91,13 +89,6 @@ class ChromeBrowserProvider {
virtual std::string GetDistributionBrandCode();
// Returns risk data used in Wallet requests.
virtual std::string GetRiskData();
- // Get the favicon for |page_url| and run |callback| with result when loaded.
- // Note. |callback| is always run asynchronously.
- virtual void GetFaviconForURL(
- ChromeBrowserState* browser_state,
- const GURL& page_url,
- const std::vector<int>& desired_sizes_in_pixel,
- const favicon_base::FaviconResultsCallback& callback) const;
// Creates and returns a new styled text field with the given |frame|.
virtual UITextField<TextFieldStyling>* CreateStyledTextField(
CGRect frame) const NS_RETURNS_RETAINED;
« no previous file with comments | « ios/chrome/browser/ui/webui/signin_internals_ui_ios.cc ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698