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

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

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.cc
diff --git a/chrome/browser/ui/touch/frame/keyboard_container_view.cc b/chrome/browser/ui/touch/frame/keyboard_container_view.cc
index ee6768d7b3df753b4f2b3d2db78b5e6c16e97c00..a388a3f4d68fedcbe20452cfbfdf7a46d285795f 100644
--- a/chrome/browser/ui/touch/frame/keyboard_container_view.cc
+++ b/chrome/browser/ui/touch/frame/keyboard_container_view.cc
@@ -59,6 +59,10 @@ void KeyboardContainerView::Layout() {
dom_view_->SetBounds(0, 0, width(), height());
}
+void KeyboardContainerView::LoadURL(const GURL& keyboard_url) {
+ dom_view_->LoadURL(keyboard_url);
+}
+
Browser* KeyboardContainerView::GetBrowser() {
return browser_;
}
« no previous file with comments | « chrome/browser/ui/touch/frame/keyboard_container_view.h ('k') | chrome/browser/ui/touch/frame/touch_browser_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698