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

Unified Diff: ios/chrome/browser/ui/webui/crashes_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
Index: ios/chrome/browser/ui/webui/crashes_ui.h
diff --git a/ios/chrome/browser/ui/webui/crashes_ui.h b/ios/chrome/browser/ui/webui/crashes_ui.h
index 3eae05846fada79c5acca8aa6a897677d7ec2386..91b351314cf3232c646a5b37ef0772937651f775 100644
--- a/ios/chrome/browser/ui/webui/crashes_ui.h
+++ b/ios/chrome/browser/ui/webui/crashes_ui.h
@@ -7,11 +7,6 @@
#include "base/macros.h"
#include "ios/web/public/webui/web_ui_ios_controller.h"
-#include "ui/base/layout.h"
-
-namespace base {
-class RefCountedMemory;
-}
namespace web {
class WebUIIOS;
@@ -21,9 +16,6 @@ class CrashesUI : public web::WebUIIOSController {
public:
explicit CrashesUI(web::WebUIIOS* web_ui);
- static base::RefCountedMemory* GetFaviconResourceBytes(
- ui::ScaleFactor scale_factor);
-
private:
DISALLOW_COPY_AND_ASSIGN(CrashesUI);
};
« no previous file with comments | « ios/chrome/browser/ui/webui/chrome_web_ui_ios_controller_factory.mm ('k') | ios/chrome/browser/ui/webui/crashes_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698