Index: chrome/browser/translate/translate_tab_helper.cc |
diff --git a/chrome/browser/translate/translate_tab_helper.cc b/chrome/browser/translate/translate_tab_helper.cc |
index 4fab0728da9643b95e2327f9542744d388f105f9..6b2fd219dceb3040397cb1017cf468032f068692 100644 |
--- a/chrome/browser/translate/translate_tab_helper.cc |
+++ b/chrome/browser/translate/translate_tab_helper.cc |
@@ -514,10 +514,6 @@ void TranslateTabHelper::ShowBubble(translate::TranslateStep step, |
if (web_contents() != browser->tab_strip_model()->GetActiveWebContents()) |
return; |
- content::RenderViewHost* rvh = web_contents()->GetRenderViewHost(); |
- if (rvh->IsFocusedElementEditable()) |
- return; |
- |
// This ShowBubble function is also used for upating the existing bubble. |
// However, with the bubble shown, any browser windows are NOT activated |
// because the bubble takes the focus from the other widgets including the |