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

Side by Side Diff: chrome/common/pref_names.h

Issue 2082011: [Mac] Add a preference for the tab key cycling between just form fields, or links as well. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Re-save XIB on 10.5 Created 10 years, 7 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 26 matching lines...) Expand all
37 extern const wchar_t kWebKitWebSecurityEnabled[]; 37 extern const wchar_t kWebKitWebSecurityEnabled[];
38 extern const wchar_t kWebKitJavascriptCanOpenWindowsAutomatically[]; 38 extern const wchar_t kWebKitJavascriptCanOpenWindowsAutomatically[];
39 extern const wchar_t kWebKitLoadsImagesAutomatically[]; 39 extern const wchar_t kWebKitLoadsImagesAutomatically[];
40 extern const wchar_t kWebKitPluginsEnabled[]; 40 extern const wchar_t kWebKitPluginsEnabled[];
41 extern const wchar_t kWebKitDomPasteEnabled[]; 41 extern const wchar_t kWebKitDomPasteEnabled[];
42 extern const wchar_t kWebKitShrinksStandaloneImagesToFit[]; 42 extern const wchar_t kWebKitShrinksStandaloneImagesToFit[];
43 extern const wchar_t kWebKitInspectorSettings[]; 43 extern const wchar_t kWebKitInspectorSettings[];
44 extern const wchar_t kWebKitUsesUniversalDetector[]; 44 extern const wchar_t kWebKitUsesUniversalDetector[];
45 extern const wchar_t kWebKitTextAreasAreResizable[]; 45 extern const wchar_t kWebKitTextAreasAreResizable[];
46 extern const wchar_t kWebKitJavaEnabled[]; 46 extern const wchar_t kWebKitJavaEnabled[];
47 extern const wchar_t kWebkitTabsToLinks[];
47 extern const wchar_t kPasswordManagerEnabled[]; 48 extern const wchar_t kPasswordManagerEnabled[];
48 extern const wchar_t kFormAutofillEnabled[]; // OBSOLETE 49 extern const wchar_t kFormAutofillEnabled[]; // OBSOLETE
49 extern const wchar_t kSafeBrowsingEnabled[]; 50 extern const wchar_t kSafeBrowsingEnabled[];
50 extern const wchar_t kSearchSuggestEnabled[]; 51 extern const wchar_t kSearchSuggestEnabled[];
51 extern const wchar_t kCookieBehavior[]; // OBSOLETE 52 extern const wchar_t kCookieBehavior[]; // OBSOLETE
52 extern const wchar_t kDefaultSearchProviderSearchURL[]; 53 extern const wchar_t kDefaultSearchProviderSearchURL[];
53 extern const wchar_t kDefaultSearchProviderSuggestURL[]; 54 extern const wchar_t kDefaultSearchProviderSuggestURL[];
54 extern const wchar_t kDefaultSearchProviderName[]; 55 extern const wchar_t kDefaultSearchProviderName[];
55 extern const wchar_t kDefaultSearchProviderID[]; 56 extern const wchar_t kDefaultSearchProviderID[];
56 extern const wchar_t kDefaultSearchProviderPrepopulateID[]; 57 extern const wchar_t kDefaultSearchProviderPrepopulateID[];
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 extern const wchar_t kLoginDatabaseMigrated[]; 295 extern const wchar_t kLoginDatabaseMigrated[];
295 296
296 extern const wchar_t kCloudPrintServiceURL[]; 297 extern const wchar_t kCloudPrintServiceURL[];
297 extern const wchar_t kCloudPrintProxyId[]; 298 extern const wchar_t kCloudPrintProxyId[];
298 extern const wchar_t kCloudPrintProxyName[]; 299 extern const wchar_t kCloudPrintProxyName[];
299 extern const wchar_t kCloudPrintAuthToken[]; 300 extern const wchar_t kCloudPrintAuthToken[];
300 301
301 } // namespace prefs 302 } // namespace prefs
302 303
303 #endif // CHROME_COMMON_PREF_NAMES_H_ 304 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698