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

Unified Diff: ios/chrome/browser/ui/webui/history/history_ui.h

Issue 2494853003: Remove some unused history resources on iOS (Closed)
Patch Set: add back URL constants Created 4 years, 1 month 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/history/history_ui.h
diff --git a/ios/chrome/browser/ui/webui/history/history_ui.h b/ios/chrome/browser/ui/webui/history/history_ui.h
deleted file mode 100644
index eeb81a8622dcd6344bd69e6413cd35a75c8c7a15..0000000000000000000000000000000000000000
--- a/ios/chrome/browser/ui/webui/history/history_ui.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef IOS_CHROME_BROWSER_UI_WEBUI_HISTORY_HISTORY_UI_H_
-#define IOS_CHROME_BROWSER_UI_WEBUI_HISTORY_HISTORY_UI_H_
-
-#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;
-}
-
-class HistoryUI : public web::WebUIIOSController {
- public:
- explicit HistoryUI(web::WebUIIOS* web_ui);
- ~HistoryUI() override;
-
- static base::RefCountedMemory* GetFaviconResourceBytes(
- ui::ScaleFactor scale_factor);
-
- private:
- DISALLOW_COPY_AND_ASSIGN(HistoryUI);
-};
-
-#endif // IOS_CHROME_BROWSER_UI_WEBUI_HISTORY_HISTORY_UI_H_
« no previous file with comments | « ios/chrome/browser/ui/webui/history/favicon_source.cc ('k') | ios/chrome/browser/ui/webui/history/history_ui.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698