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

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

Issue 10989006: Upstream USB web debugging enabled user pref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/browser/profiles/profile.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 <stddef.h> 10 #include <stddef.h>
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 extern const char kNtpPromoLocale[]; 538 extern const char kNtpPromoLocale[];
539 extern const char kNtpPromoDesktopSessionFound[]; 539 extern const char kNtpPromoDesktopSessionFound[];
540 extern const char kNtpWebStoreEnabled[]; 540 extern const char kNtpWebStoreEnabled[];
541 extern const char kNtpAppPageNames[]; 541 extern const char kNtpAppPageNames[];
542 542
543 extern const char kDevToolsDisabled[]; 543 extern const char kDevToolsDisabled[];
544 extern const char kDevToolsOpenDocked[]; 544 extern const char kDevToolsOpenDocked[];
545 extern const char kDevToolsDockSide[]; 545 extern const char kDevToolsDockSide[];
546 extern const char kDevToolsHSplitLocation[]; 546 extern const char kDevToolsHSplitLocation[];
547 extern const char kDevToolsVSplitLocation[]; 547 extern const char kDevToolsVSplitLocation[];
548 #if defined(OS_ANDROID)
549 extern const char kDevToolsRemoteEnabled[];
Nico 2012/09/24 22:57:17 Can you order the kDevToolsIs* prefs alphabeticall
shashi 2012/09/24 23:21:26 Done.
550 #endif
548 extern const char kDevToolsEditedFiles[]; 551 extern const char kDevToolsEditedFiles[];
549 552
550 extern const char kSyncLastSyncedTime[]; 553 extern const char kSyncLastSyncedTime[];
551 extern const char kSyncHasSetupCompleted[]; 554 extern const char kSyncHasSetupCompleted[];
552 extern const char kSyncKeepEverythingSynced[]; 555 extern const char kSyncKeepEverythingSynced[];
553 extern const char kSyncBookmarks[]; 556 extern const char kSyncBookmarks[];
554 extern const char kSyncPasswords[]; 557 extern const char kSyncPasswords[];
555 extern const char kSyncPreferences[]; 558 extern const char kSyncPreferences[];
556 extern const char kSyncAppNotifications[]; 559 extern const char kSyncAppNotifications[];
557 extern const char kSyncAppSettings[]; 560 extern const char kSyncAppSettings[];
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 extern const char kInManagedMode[]; 752 extern const char kInManagedMode[];
750 753
751 extern const char kNetworkProfileWarningsLeft[]; 754 extern const char kNetworkProfileWarningsLeft[];
752 extern const char kNetworkProfileLastWarningTime[]; 755 extern const char kNetworkProfileLastWarningTime[];
753 756
754 extern const char kLastPolicyStatisticsUpdate[]; 757 extern const char kLastPolicyStatisticsUpdate[];
755 758
756 } // namespace prefs 759 } // namespace prefs
757 760
758 #endif // CHROME_COMMON_PREF_NAMES_H_ 761 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698