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

Unified Diff: content/renderer/browser_plugin/old/browser_plugin.cc

Issue 10665006: Browser Plugin: Allow tabbing out of plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed extra space Created 8 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 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: content/renderer/browser_plugin/old/browser_plugin.cc
diff --git a/content/renderer/browser_plugin/old/browser_plugin.cc b/content/renderer/browser_plugin/old/browser_plugin.cc
index c57fba339904a214dc3ae486c9f064ced6f9353f..af340e7bbeff59dd03f1173693ee6cb5b857fb36 100644
--- a/content/renderer/browser_plugin/old/browser_plugin.cc
+++ b/content/renderer/browser_plugin/old/browser_plugin.cc
@@ -124,8 +124,7 @@ void BrowserPlugin::LoadGuest(
}
void BrowserPlugin::AdvanceFocus(bool reverse) {
- // TODO(fsamuel): Uncomment this once http://wkbug.com/88827 lands.
- // render_view()->GetWebView()->advanceFocus(reverse);
+ render_view()->GetWebView()->advanceFocus(reverse);
}
void BrowserPlugin::Replace(
« 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