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

Unified Diff: chromecast/browser/cast_content_window.h

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 | « no previous file | chromecast/browser/cast_content_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_content_window.h
diff --git a/chromecast/browser/cast_content_window.h b/chromecast/browser/cast_content_window.h
index 9d76426e66741b112c532ed6992ab3eb30a1d522..8160809a1b01a5b0caf77526b2978c4b2e57ef98 100644
--- a/chromecast/browser/cast_content_window.h
+++ b/chromecast/browser/cast_content_window.h
@@ -11,10 +11,7 @@
namespace aura {
class WindowTreeHost;
-namespace test {
-class TestFocusClient;
-} // namespace test
-} // namespace aura
+}
namespace content {
class BrowserContext;
@@ -51,7 +48,6 @@ class CastContentWindow : public content::WebContentsObserver {
private:
#if defined(USE_AURA)
scoped_ptr<aura::WindowTreeHost> window_tree_host_;
- scoped_ptr<aura::test::TestFocusClient> focus_client_;
#endif
DISALLOW_COPY_AND_ASSIGN(CastContentWindow);
« no previous file with comments | « no previous file | chromecast/browser/cast_content_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698