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

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

Issue 316863002: Rename "managed (mode|user)" to "supervised user" (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/common/pref_names.cc ('k') | chrome/common/url_constants.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 // Contains constants for known URLs and portions thereof. 5 // Contains constants for known URLs and portions thereof.
6 6
7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_
8 #define CHROME_COMMON_URL_CONSTANTS_H_ 8 #define CHROME_COMMON_URL_CONSTANTS_H_
9 9
10 #include <string> 10 #include <string>
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 // Options sub-pages. 301 // Options sub-pages.
302 extern const char kAutofillSubPage[]; 302 extern const char kAutofillSubPage[];
303 extern const char kClearBrowserDataSubPage[]; 303 extern const char kClearBrowserDataSubPage[];
304 extern const char kContentSettingsExceptionsSubPage[]; 304 extern const char kContentSettingsExceptionsSubPage[];
305 extern const char kContentSettingsSubPage[]; 305 extern const char kContentSettingsSubPage[];
306 extern const char kCreateProfileSubPage[]; 306 extern const char kCreateProfileSubPage[];
307 extern const char kExtensionsSubPage[]; 307 extern const char kExtensionsSubPage[];
308 extern const char kHandlerSettingsSubPage[]; 308 extern const char kHandlerSettingsSubPage[];
309 extern const char kImportDataSubPage[]; 309 extern const char kImportDataSubPage[];
310 extern const char kLanguageOptionsSubPage[]; 310 extern const char kLanguageOptionsSubPage[];
311 extern const char kManagedUserSettingsSubPage[]; 311 extern const char kSupervisedUserSettingsSubPage[];
312 extern const char kManageProfileSubPage[]; 312 extern const char kManageProfileSubPage[];
313 extern const char kPasswordManagerSubPage[]; 313 extern const char kPasswordManagerSubPage[];
314 extern const char kResetProfileSettingsSubPage[]; 314 extern const char kResetProfileSettingsSubPage[];
315 extern const char kSearchEnginesSubPage[]; 315 extern const char kSearchEnginesSubPage[];
316 extern const char kSearchSubPage[]; 316 extern const char kSearchSubPage[];
317 extern const char kSearchUsersSubPage[]; 317 extern const char kSearchUsersSubPage[];
318 extern const char kSyncSetupSubPage[]; 318 extern const char kSyncSetupSubPage[];
319 #if defined(OS_CHROMEOS) 319 #if defined(OS_CHROMEOS)
320 extern const char kInternetOptionsSubPage[]; 320 extern const char kInternetOptionsSubPage[];
321 extern const char kBluetoothAddDeviceSubPage[]; 321 extern const char kBluetoothAddDeviceSubPage[];
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 539
540 // The URL for the "Learn more" link the the Easy Unlock settings. 540 // The URL for the "Learn more" link the the Easy Unlock settings.
541 extern const char kEasyUnlockLearnMoreUrl[]; 541 extern const char kEasyUnlockLearnMoreUrl[];
542 542
543 // The URL to the device management page in the Easy Unlock settings. 543 // The URL to the device management page in the Easy Unlock settings.
544 extern const char kEasyUnlockManagementUrl[]; 544 extern const char kEasyUnlockManagementUrl[];
545 545
546 } // namespace chrome 546 } // namespace chrome
547 547
548 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 548 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698