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

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

Issue 11411267: Make sure to display an errors that occur during the chrome sign in process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests Created 8 years 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.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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 extern const char kSyncSessionsGUID[]; 600 extern const char kSyncSessionsGUID[];
601 601
602 extern const char kInvalidatorInvalidationState[]; 602 extern const char kInvalidatorInvalidationState[];
603 extern const char kInvalidatorMaxInvalidationVersions[]; 603 extern const char kInvalidatorMaxInvalidationVersions[];
604 604
605 extern const char kSyncPromoStartupCount[]; 605 extern const char kSyncPromoStartupCount[];
606 extern const char kSyncPromoViewCount[]; 606 extern const char kSyncPromoViewCount[];
607 extern const char kSyncPromoUserSkipped[]; 607 extern const char kSyncPromoUserSkipped[];
608 extern const char kSyncPromoShowOnFirstRunAllowed[]; 608 extern const char kSyncPromoShowOnFirstRunAllowed[];
609 extern const char kSyncPromoShowNTPBubble[]; 609 extern const char kSyncPromoShowNTPBubble[];
610 extern const char kSyncPromoErrorMessage[];
610 611
611 extern const char kProfileGAIAInfoUpdateTime[]; 612 extern const char kProfileGAIAInfoUpdateTime[];
612 extern const char kProfileGAIAInfoPictureURL[]; 613 extern const char kProfileGAIAInfoPictureURL[];
613 614
614 extern const char kWebAppCreateOnDesktop[]; 615 extern const char kWebAppCreateOnDesktop[];
615 extern const char kWebAppCreateInAppsMenu[]; 616 extern const char kWebAppCreateInAppsMenu[];
616 extern const char kWebAppCreateInQuickLaunchBar[]; 617 extern const char kWebAppCreateInQuickLaunchBar[];
617 618
618 extern const char kGeolocationAccessToken[]; 619 extern const char kGeolocationAccessToken[];
619 #if defined(OS_ANDROID) 620 #if defined(OS_ANDROID)
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 extern const char kInManagedMode[]; 796 extern const char kInManagedMode[];
796 797
797 extern const char kNetworkProfileWarningsLeft[]; 798 extern const char kNetworkProfileWarningsLeft[];
798 extern const char kNetworkProfileLastWarningTime[]; 799 extern const char kNetworkProfileLastWarningTime[];
799 800
800 extern const char kLastPolicyStatisticsUpdate[]; 801 extern const char kLastPolicyStatisticsUpdate[];
801 802
802 } // namespace prefs 803 } // namespace prefs
803 804
804 #endif // CHROME_COMMON_PREF_NAMES_H_ 805 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698