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

Unified Diff: chromecast/browser/cast_content_window.cc

Issue 1232213002: Revert "Fix key input." (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase. Created 5 years, 5 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 | « chromecast/browser/cast_content_window.h ('k') | chromecast/chromecast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_content_window.cc
diff --git a/chromecast/browser/cast_content_window.cc b/chromecast/browser/cast_content_window.cc
index 8ca033919153052e3f27d2d2a2aa9a0497972785..6afba6de6a85668662c040407432d755d271a668 100644
--- a/chromecast/browser/cast_content_window.cc
+++ b/chromecast/browser/cast_content_window.cc
@@ -18,7 +18,6 @@
#include "chromecast/graphics/cast_screen.h"
#include "ui/aura/env.h"
#include "ui/aura/layout_manager.h"
-#include "ui/aura/test/test_focus_client.h"
#include "ui/aura/window.h"
#include "ui/aura/window_tree_host.h"
#endif
@@ -92,11 +91,6 @@ void CastContentWindow::CreateWindowTree(
} else {
window_tree_host_->compositor()->SetBackgroundColor(SK_ColorBLACK);
}
-
- focus_client_.reset(new aura::test::TestFocusClient());
- aura::client::SetFocusClient(
- window_tree_host_->window(), focus_client_.get());
-
window_tree_host_->Show();
// Add and show content's view/window
« no previous file with comments | « chromecast/browser/cast_content_window.h ('k') | chromecast/chromecast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698