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

Unified Diff: chrome/browser/ui/touch/frame/keyboard_container_view.h

Issue 7074008: initial version of auto VK switching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: demo update Created 9 years, 6 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
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);
« no previous file with comments | « chrome/browser/resources/keyboard/manifest.json ('k') | chrome/browser/ui/touch/frame/keyboard_container_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698