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: ash/shell_delegate.h

Issue 1392713002: Extract content dependency from keyboard code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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 | « ash/shell/shell_delegate_impl.cc ('k') | ash/test/content/keyboard_controller_proxy_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index a366862acc42584e6c093e4f4ae20c504dcd13f3..f2c3971fbff7d833cba7c569daa5f082aa730327 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -38,7 +38,7 @@ class Widget;
}
namespace keyboard {
-class KeyboardControllerProxy;
+class KeyboardUI;
}
namespace ash {
@@ -107,9 +107,8 @@ class ASH_EXPORT ShellDelegate {
// Invoked when the user uses Ctrl-Shift-Q to close chrome.
virtual void Exit() = 0;
- // Create a shell-specific keyboard::KeyboardControllerProxy
- virtual keyboard::KeyboardControllerProxy*
- CreateKeyboardControllerProxy() = 0;
+ // Create a shell-specific keyboard::KeyboardUI
+ virtual keyboard::KeyboardUI* CreateKeyboardUI() = 0;
// Called when virtual keyboard has been activated/deactivated.
virtual void VirtualKeyboardActivated(bool activated) = 0;
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/test/content/keyboard_controller_proxy_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698