diff options
author | shuchen@chromium.org <shuchen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-19 11:31:22 +0000 |
---|---|---|
committer | shuchen@chromium.org <shuchen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-19 11:31:22 +0000 |
commit | b2eea60c2d9859fb71fa418dd358b80cf861e5a5 (patch) | |
tree | c6b6a5088eba6ee2fa297671815a809b6f748d52 /ui/keyboard/keyboard_controller_proxy.h | |
parent | 89f79a484be46ee92e1a0f66809800151edbe62c (diff) | |
download | chromium_src-b2eea60c2d9859fb71fa418dd358b80cf861e5a5.zip chromium_src-b2eea60c2d9859fb71fa418dd358b80cf861e5a5.tar.gz chromium_src-b2eea60c2d9859fb71fa418dd358b80cf861e5a5.tar.bz2 |
[Input View] Makes sure the url can be overriden before keyboard controller is created.
BUG=353023
TEST=None
Review URL: https://codereview.chromium.org/201563002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/keyboard/keyboard_controller_proxy.h')
-rw-r--r-- | ui/keyboard/keyboard_controller_proxy.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/keyboard/keyboard_controller_proxy.h b/ui/keyboard/keyboard_controller_proxy.h index 21701ca..35af78c 100644 --- a/ui/keyboard/keyboard_controller_proxy.h +++ b/ui/keyboard/keyboard_controller_proxy.h @@ -38,9 +38,6 @@ class KEYBOARD_EXPORT KeyboardControllerProxy { // with the proxy. virtual aura::Window* GetKeyboardWindow(); - // Sets the override content url. - void SetOverrideContentUrl(const GURL& url); - // Whether the keyboard window is resizing from its web contents. bool resizing_from_contents() const { return resizing_from_contents_; } @@ -116,7 +113,6 @@ class KEYBOARD_EXPORT KeyboardControllerProxy { const GURL& GetVirtualKeyboardUrl(); const GURL default_url_; - GURL override_url_; scoped_ptr<content::WebContents> keyboard_contents_; |