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

Unified Diff: chrome/browser/ui/cocoa/encoding_menu_controller_delegate_mac.h

Issue 2254273003: Remove text encoding UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 4 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: chrome/browser/ui/cocoa/encoding_menu_controller_delegate_mac.h
diff --git a/chrome/browser/ui/cocoa/encoding_menu_controller_delegate_mac.h b/chrome/browser/ui/cocoa/encoding_menu_controller_delegate_mac.h
deleted file mode 100644
index 84f0fadbab97b8981f52b929374f6a541270d2ce..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/cocoa/encoding_menu_controller_delegate_mac.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2009 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 CHROME_BROWSER_UI_COCOA_ENCODING_MENU_CONTROLLER_DELEGATE_MAC_H_
-#define CHROME_BROWSER_UI_COCOA_ENCODING_MENU_CONTROLLER_DELEGATE_MAC_H_
-
-#include "base/macros.h"
-
-@class NSMenu;
-class Profile;
-
-// The Windows version of this class manages the Encoding Menu, but since Cocoa
-// does that for us automagically, the only thing left to do is construct
-// the encoding menu.
-class EncodingMenuControllerDelegate {
- public:
- static void BuildEncodingMenu(Profile *profile, NSMenu* encoding_menu);
- private:
- DISALLOW_IMPLICIT_CONSTRUCTORS(EncodingMenuControllerDelegate);
-};
-
-#endif // CHROME_BROWSER_UI_COCOA_ENCODING_MENU_CONTROLLER_DELEGATE_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698