Index: chrome/browser/ui/touch/frame/keyboard_container_view.h |
diff --git a/chrome/browser/ui/touch/frame/keyboard_container_view.h b/chrome/browser/ui/touch/frame/keyboard_container_view.h |
index 8e7f20d101a5123e38dee6ad0eaa86234eddb132..90a805c7396a5d85883f4166e57f56306c0be482 100644 |
--- a/chrome/browser/ui/touch/frame/keyboard_container_view.h |
+++ b/chrome/browser/ui/touch/frame/keyboard_container_view.h |
@@ -42,6 +42,10 @@ class KeyboardContainerView : public views::View, |
virtual gfx::NativeView GetNativeViewOfHost(); |
virtual TabContents* GetAssociatedTabContents() const; |
+ // Shows |keyboard_url|. The URL should look something like |
+ // http://id_of_the_vk_extension/index.html#layout_name_to_show |
+ void LoadURL(const GURL& keyboard_url); |
+ |
protected: |
// Overridden from views::View |
virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child); |