diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 16:32:36 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 16:32:36 +0000 |
commit | 1661a3c0b786300978f644c0b733f491710e32d9 (patch) | |
tree | 7c3e2367bf902fcf9939460250bf397920729649 /chrome/common/pref_names.cc | |
parent | 4a8b67dbf6779eb58f3d4fbd65bcd68b4744f655 (diff) | |
download | chromium_src-1661a3c0b786300978f644c0b733f491710e32d9.zip chromium_src-1661a3c0b786300978f644c0b733f491710e32d9.tar.gz chromium_src-1661a3c0b786300978f644c0b733f491710e32d9.tar.bz2 |
[Mac] Add a preference for the tab key cycling between just form fields, or links as well.
XIB change:
Add a checkbox bound to FilesOwner.tabsToLinks underneath the translate webpages
preference.
BUG=31177
TEST=Uncheck Chromium-->Preferences-->Under the Hood-->Pressing Tab... Then press Tab on Google.com and the links don't get focus; it alternates between search field and location bar.
Review URL: http://codereview.chromium.org/2082011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 2d871ac..726e8c5 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -96,6 +96,7 @@ const wchar_t kWebKitTextAreasAreResizable[] = L"webkit.webprefs.text_areas_are_resizable"; const wchar_t kWebKitJavaEnabled[] = L"webkit.webprefs.java_enabled"; +const wchar_t kWebkitTabsToLinks[] = L"webkit.webprefs.tabs_to_links"; // Boolean which specifies whether the bookmark bar is visible on all tabs. const wchar_t kShowBookmarkBar[] = L"bookmark_bar.show_on_all_tabs"; |