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

Unified Diff: webkit/glue/webview_impl.h

Issue 212004: Implement WebKitTabToLinksPreferenceKey for the test_shell.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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: webkit/glue/webview_impl.h
===================================================================
--- webkit/glue/webview_impl.h (revision 26446)
+++ webkit/glue/webview_impl.h (working copy)
@@ -248,6 +248,9 @@
virtual void SetSpellingPanelVisibility(bool is_visible);
virtual bool GetSpellingPanelVisibility();
+ virtual void SetTabsToLinks(bool enable);
+ virtual bool GetTabsToLinks() const;
+
#if ENABLE(NOTIFICATIONS)
// Returns the provider of desktop notifications.
WebKit::NotificationPresenterImpl* GetNotificationPresenter();
@@ -403,6 +406,9 @@
// Whether the spelling panel is currently being displayed or not.
bool spelling_panel_is_visible_;
+ // Whether the user can press tab to focus links.
+ bool tabs_to_links_;
+
// Inspector settings.
std::wstring inspector_settings_;
« webkit/glue/webview.h ('K') | « webkit/glue/webview.h ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698