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

Unified Diff: ash/shell/keyboard_controller_proxy_stub.h

Issue 97013002: [Input View] Makes the input view window support window.resizeTo() and w3c visibility API its web c… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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
Index: ash/shell/keyboard_controller_proxy_stub.h
diff --git a/ash/shell/keyboard_controller_proxy_stub.h b/ash/shell/keyboard_controller_proxy_stub.h
index 639e5d26fa59822a5dc0907f75110033b0684166..39ddaf6e3ed30534e85ca65877e01c96783c2ef9 100644
--- a/ash/shell/keyboard_controller_proxy_stub.h
+++ b/ash/shell/keyboard_controller_proxy_stub.h
@@ -31,6 +31,8 @@ class KeyboardControllerProxyStub : public keyboard::KeyboardControllerProxy {
const content::MediaResponseCallback& callback) OVERRIDE;
aura::test::TestWindowDelegate delegate_;
+ scoped_ptr<aura::Window> keyboard_;
+
DISALLOW_COPY_AND_ASSIGN(KeyboardControllerProxyStub);
};

Powered by Google App Engine
This is Rietveld 408576698