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

Unified Diff: chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm

Issue 11747014: Translate infobar delegate: name the "type_" and "error_" fields "infobar_type_" and "error_type_" … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 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/infobars/translate_infobar_unittest.mm
===================================================================
--- chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm (revision 174909)
+++ chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm (working copy)
@@ -40,9 +40,6 @@
PrefService* prefs)
: TranslateInfoBarDelegate(type, error, infobar_service, prefs,
"en", "es") {
- // Start out in the "Before Translate" state.
- type_ = type;
-
}
MOCK_METHOD0(Translate, void());

Powered by Google App Engine
This is Rietveld 408576698