Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / ui / cocoa / infobars / after_translate_infobar_controller.h
blobab131754233ac238dab517ce77edc86294a5e7cb
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #import "chrome/browser/ui/cocoa/infobars/translate_infobar_base.h"
7 @interface AfterTranslateInfobarController : TranslateInfoBarControllerBase {
8 bool autodeterminedSourceLanguage_;
9 bool swappedLanugageButtons_;
12 @end