summaryrefslogtreecommitdiffstats
path: root/ui/keyboard/keyboard_controller_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/keyboard/keyboard_controller_proxy.h')
-rw-r--r--ui/keyboard/keyboard_controller_proxy.h4
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_;