diff options
Diffstat (limited to 'chrome/browser/cocoa/encoding_menu_controller_delegate_mac.h')
-rw-r--r-- | chrome/browser/cocoa/encoding_menu_controller_delegate_mac.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/chrome/browser/cocoa/encoding_menu_controller_delegate_mac.h b/chrome/browser/cocoa/encoding_menu_controller_delegate_mac.h deleted file mode 100644 index cca76b5..0000000 --- a/chrome/browser/cocoa/encoding_menu_controller_delegate_mac.h +++ /dev/null @@ -1,24 +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_COCOA_ENCODING_MENU_CONTROLLER_DELEGATE_MAC_H_ -#define CHROME_BROWSER_COCOA_ENCODING_MENU_CONTROLLER_DELEGATE_MAC_H_ -#pragma once - -#include "base/basictypes.h" // For DISALLOW_IMPLICIT_CONSTRUCTORS - -@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_COCOA_ENCODING_MENU_CONTROLLER_DELEGATE_MAC_H_ |