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

Unified Diff: ios/chrome/browser/ui/webui/flags_ui.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
« no previous file with comments | « ios/chrome/browser/ui/webui/crashes_ui.cc ('k') | ios/chrome/browser/ui/webui/flags_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/webui/flags_ui.h
diff --git a/ios/chrome/browser/ui/webui/flags_ui.h b/ios/chrome/browser/ui/webui/flags_ui.h
index e011da4357c72aaf1dba6208d30b29ce74cc1c23..3a4492ffbdaf4f8fc2dc087f60c711053eb2f043 100644
--- a/ios/chrome/browser/ui/webui/flags_ui.h
+++ b/ios/chrome/browser/ui/webui/flags_ui.h
@@ -8,11 +8,6 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "ios/web/public/webui/web_ui_ios_controller.h"
-#include "ui/base/layout.h"
-
-namespace base {
-class RefCountedMemory;
-}
class BaseFlagsUI : public web::WebUIIOSController {
public:
@@ -24,9 +19,6 @@ class BaseFlagsUI : public web::WebUIIOSController {
BaseFlagsUI(web::WebUIIOS* web_ui, FlagsUIKind flags_ui_kind);
~BaseFlagsUI() override;
- static base::RefCountedMemory* GetFaviconResourceBytes(
- ui::ScaleFactor scale_factor);
-
private:
void Initialize(web::WebUIIOS* web_ui, FlagsUIKind flags_ui_kind);
« no previous file with comments | « ios/chrome/browser/ui/webui/crashes_ui.cc ('k') | ios/chrome/browser/ui/webui/flags_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698