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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 712723002: suppress link disambiguation popup when virtual keyboard requested (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix linux build Created 6 years, 1 month 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: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 7869292bdb0c42ebedacb2923b50a85a6f38f879..6afc3c2015db989ec8812f52e9278935ccf3e58b 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -474,6 +474,9 @@ class CONTENT_EXPORT WebContentsImpl
SiteInstance* instance) override;
SessionStorageNamespaceMap GetSessionStorageNamespaceMap() override;
FrameTree* GetFrameTree() override;
+ void SetIsVirtualKeyboardRequested(bool requested) override;
+ bool IsVirtualKeyboardRequested() override;
+
// NavigatorDelegate ---------------------------------------------------------
@@ -1232,6 +1235,8 @@ class CONTENT_EXPORT WebContentsImpl
base::WeakPtrFactory<WebContentsImpl> loading_weak_factory_;
+ bool virtual_keyboard_requested_;
+
DISALLOW_COPY_AND_ASSIGN(WebContentsImpl);
};
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698