summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/translate/before_translate_infobar_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/translate/before_translate_infobar_controller.h')
-rw-r--r--chrome/browser/cocoa/translate/before_translate_infobar_controller.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/chrome/browser/cocoa/translate/before_translate_infobar_controller.h b/chrome/browser/cocoa/translate/before_translate_infobar_controller.h
deleted file mode 100644
index ff54daa..0000000
--- a/chrome/browser/cocoa/translate/before_translate_infobar_controller.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2010 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.
-
-#import "chrome/browser/cocoa/translate/translate_infobar_base.h"
-
-@interface BeforeTranslateInfobarController : TranslateInfoBarControllerBase {
- scoped_nsobject<NSButton> alwaysTranslateButton_;
- scoped_nsobject<NSButton> neverTranslateButton_;
-}
-
-// Creates and initializes the alwaysTranslate and neverTranslate buttons.
-- (void)initializeExtraControls;
-
-@end
-
-@interface BeforeTranslateInfobarController (TestingAPI)
-
-- (NSButton*)alwaysTranslateButton;
-- (NSButton*)neverTranslateButton;
-
-@end
-