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

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

Issue 8402019: Add back prefs::kSSL3Enabled and prefs::kTLS1Enabled, but control (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wtc feedback Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/prefs/command_line_pref_store.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #pragma once 9 #pragma once
10 10
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 extern const char kImportSearchEngine[]; 301 extern const char kImportSearchEngine[];
302 extern const char kImportSavedPasswords[]; 302 extern const char kImportSavedPasswords[];
303 303
304 #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX) 304 #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
305 extern const char kLocalProfileId[]; 305 extern const char kLocalProfileId[];
306 extern const char kPasswordsUseLocalProfileId[]; 306 extern const char kPasswordsUseLocalProfileId[];
307 #endif 307 #endif
308 308
309 // Local state prefs. Please add Profile prefs above instead. 309 // Local state prefs. Please add Profile prefs above instead.
310 extern const char kCertRevocationCheckingEnabled[]; 310 extern const char kCertRevocationCheckingEnabled[];
311 extern const char kSSL3Enabled[];
312 extern const char kTLS1Enabled[];
311 extern const char kCipherSuiteBlacklist[]; 313 extern const char kCipherSuiteBlacklist[];
312 314
313 extern const char kMetricsClientID[]; 315 extern const char kMetricsClientID[];
314 extern const char kMetricsSessionID[]; 316 extern const char kMetricsSessionID[];
315 extern const char kMetricsClientIDTimestamp[]; 317 extern const char kMetricsClientIDTimestamp[];
316 extern const char kMetricsReportingEnabled[]; 318 extern const char kMetricsReportingEnabled[];
317 extern const char kMetricsInitialLogs[]; 319 extern const char kMetricsInitialLogs[];
318 extern const char kMetricsOngoingLogs[]; 320 extern const char kMetricsOngoingLogs[];
319 321
320 extern const char kProfileLastUsed[]; 322 extern const char kProfileLastUsed[];
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 606
605 extern const char kDevicePolicyRefreshRate[]; 607 extern const char kDevicePolicyRefreshRate[];
606 extern const char kUserPolicyRefreshRate[]; 608 extern const char kUserPolicyRefreshRate[];
607 609
608 extern const char kRecoveryComponentVersion[]; 610 extern const char kRecoveryComponentVersion[];
609 extern const char kComponentUpdaterState[]; 611 extern const char kComponentUpdaterState[];
610 612
611 } // namespace prefs 613 } // namespace prefs
612 614
613 #endif // CHROME_COMMON_PREF_NAMES_H_ 615 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/prefs/command_line_pref_store.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698