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

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

Issue 9956097: suppress user/password dialog when re-enabling sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO Created 8 years, 8 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/ui/webui/sync_setup_handler_unittest.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 #pragma once 9 #pragma once
10 10
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 623
624 #if defined(OS_CHROMEOS) 624 #if defined(OS_CHROMEOS)
625 extern const char kSignedSettingsCache[]; 625 extern const char kSignedSettingsCache[];
626 extern const char kHardwareKeyboardLayout[]; 626 extern const char kHardwareKeyboardLayout[];
627 extern const char kCarrierDealPromoShown[]; 627 extern const char kCarrierDealPromoShown[];
628 extern const char kShouldAutoEnroll[]; 628 extern const char kShouldAutoEnroll[];
629 extern const char kAutoEnrollmentPowerLimit[]; 629 extern const char kAutoEnrollmentPowerLimit[];
630 extern const char kReportDeviceVersionInfo[]; 630 extern const char kReportDeviceVersionInfo[];
631 extern const char kReportDeviceActivityTimes[]; 631 extern const char kReportDeviceActivityTimes[];
632 extern const char kDeviceActivityTimes[]; 632 extern const char kDeviceActivityTimes[];
633 extern const char kSyncSpareBootstrapToken[];
633 #endif 634 #endif
634 635
635 extern const char kClearPluginLSODataEnabled[]; 636 extern const char kClearPluginLSODataEnabled[];
636 extern const char kDiskCacheDir[]; 637 extern const char kDiskCacheDir[];
637 extern const char kDiskCacheSize[]; 638 extern const char kDiskCacheSize[];
638 extern const char kMediaCacheSize[]; 639 extern const char kMediaCacheSize[];
639 640
640 extern const char kChromeOsReleaseChannel[]; 641 extern const char kChromeOsReleaseChannel[];
641 642
642 extern const char kRegisteredBackgroundContents[]; 643 extern const char kRegisteredBackgroundContents[];
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 extern const char kPointsBufferedForVelocity[]; 688 extern const char kPointsBufferedForVelocity[];
688 extern const char kRailBreakProportion[]; 689 extern const char kRailBreakProportion[];
689 extern const char kRailStartProportion[]; 690 extern const char kRailStartProportion[];
690 #endif 691 #endif
691 692
692 extern const char kInManagedMode[]; 693 extern const char kInManagedMode[];
693 694
694 } // namespace prefs 695 } // namespace prefs
695 696
696 #endif // CHROME_COMMON_PREF_NAMES_H_ 697 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler_unittest.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698