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

Unified Diff: chrome/browser/ui/ash/chrome_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 | « chrome/browser/ui/ash/chrome_keyboard_ui.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index b5ed15cbeb3b2b9c7ffc93b2cdff09a1f84be6a9..e069b716c781e133de0fe778e1012b8bc8453b99 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -28,7 +28,7 @@ class WebContents;
}
namespace keyboard {
-class KeyboardControllerProxy;
+class KeyboardUI;
}
#if defined(OS_CHROMEOS)
@@ -58,7 +58,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
void PreInit() override;
void PreShutdown() override;
void Exit() override;
- keyboard::KeyboardControllerProxy* CreateKeyboardControllerProxy() override;
+ keyboard::KeyboardUI* CreateKeyboardUI() override;
void VirtualKeyboardActivated(bool activated) override;
void AddVirtualKeyboardStateObserver(
ash::VirtualKeyboardStateObserver* observer) override;
« no previous file with comments | « chrome/browser/ui/ash/chrome_keyboard_ui.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698