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

Side by Side Diff: chrome/browser/cocoa/translate/translate_message_infobar_controller.h

Issue 2815013: Refactor the translate infobars on mac to match the new windows code. (Closed)
Patch Set: Move unittest stuff back to class files Created 10 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2010 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.
4
5 #import "chrome/browser/cocoa/translate/translate_infobar_base.h"
6
7 @interface TranslateMessageInfobarController : TranslateInfoBarControllerBase {
8 // This keeps track of whether the infobar is displaying a message or an
9 // error. If it is an error it should have a try again button.
10 TranslateInfoBarDelegate2::Type state_;
11 }
12
13 @end
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698