| 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_;
|
|
|
|
|