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

Unified Diff: chrome/browser/ui/views/infobars/after_translate_infobar.cc

Issue 10956056: Fix typo that resulted in us screwing up the after-translate infobar menu models on views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/infobars/after_translate_infobar.cc
===================================================================
--- chrome/browser/ui/views/infobars/after_translate_infobar.cc (revision 158167)
+++ chrome/browser/ui/views/infobars/after_translate_infobar.cc (working copy)
@@ -95,7 +95,7 @@
TranslateLanguageMenuModel::ORIGINAL, delegate, this,
original_language_menu_button_, true));
target_language_menu_button_ = CreateMenuButton(string16(), this);
- original_language_menu_model_.reset(new TranslateLanguageMenuModel(
+ target_language_menu_model_.reset(new TranslateLanguageMenuModel(
TranslateLanguageMenuModel::TARGET, delegate, this,
target_language_menu_button_, true));
AddChildView(swapped_language_buttons_ ?
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698