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

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

Issue 8275012: Remove RemoteAccessClientFirewallTraversal policy and code paths. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-rebase Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 extern const char kWebAppCreateOnDesktop[]; 519 extern const char kWebAppCreateOnDesktop[];
520 extern const char kWebAppCreateInAppsMenu[]; 520 extern const char kWebAppCreateInAppsMenu[];
521 extern const char kWebAppCreateInQuickLaunchBar[]; 521 extern const char kWebAppCreateInQuickLaunchBar[];
522 522
523 extern const char kGeolocationAccessToken[]; 523 extern const char kGeolocationAccessToken[];
524 extern const char kGeolocationDefaultContentSetting[]; 524 extern const char kGeolocationDefaultContentSetting[];
525 extern const char kGeolocationContentSettings[]; 525 extern const char kGeolocationContentSettings[];
526 526
527 extern const char kLoginDatabaseMigrated[]; 527 extern const char kLoginDatabaseMigrated[];
528 528
529 extern const char kRemoteAccessClientFirewallTraversal[];
530 extern const char kRemoteAccessHostFirewallTraversal[]; 529 extern const char kRemoteAccessHostFirewallTraversal[];
531 530
532 extern const char kCloudPrintServiceURL[]; 531 extern const char kCloudPrintServiceURL[];
533 extern const char kCloudPrintSigninURL[]; 532 extern const char kCloudPrintSigninURL[];
534 extern const char kCloudPrintDialogWidth[]; 533 extern const char kCloudPrintDialogWidth[];
535 extern const char kCloudPrintDialogHeight[]; 534 extern const char kCloudPrintDialogHeight[];
536 extern const char kCloudPrintSigninDialogWidth[]; 535 extern const char kCloudPrintSigninDialogWidth[];
537 extern const char kCloudPrintSigninDialogHeight[]; 536 extern const char kCloudPrintSigninDialogHeight[];
538 extern const char kCloudPrintProxyEnabled[]; 537 extern const char kCloudPrintProxyEnabled[];
539 extern const char kCloudPrintProxyId[]; 538 extern const char kCloudPrintProxyId[];
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 601
603 extern const char kDevicePolicyRefreshRate[]; 602 extern const char kDevicePolicyRefreshRate[];
604 extern const char kUserPolicyRefreshRate[]; 603 extern const char kUserPolicyRefreshRate[];
605 604
606 extern const char kRecoveryComponentVersion[]; 605 extern const char kRecoveryComponentVersion[];
607 extern const char kComponentUpdaterState[]; 606 extern const char kComponentUpdaterState[];
608 607
609 } // namespace prefs 608 } // namespace prefs
610 609
611 #endif // CHROME_COMMON_PREF_NAMES_H_ 610 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698