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

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

Issue 12264002: Use "chrome://settings/search#Users" instead of "chrome://settings" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments Created 7 years, 10 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/sync/one_click_signin_helper.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 "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 extern const char kCreateProfileSubPage[]; 265 extern const char kCreateProfileSubPage[];
266 extern const char kExtensionsSubPage[]; 266 extern const char kExtensionsSubPage[];
267 extern const char kHandlerSettingsSubPage[]; 267 extern const char kHandlerSettingsSubPage[];
268 extern const char kImportDataSubPage[]; 268 extern const char kImportDataSubPage[];
269 extern const char kLanguageOptionsSubPage[]; 269 extern const char kLanguageOptionsSubPage[];
270 extern const char kManagedUserSettingsSubPage[]; 270 extern const char kManagedUserSettingsSubPage[];
271 extern const char kManageProfileSubPage[]; 271 extern const char kManageProfileSubPage[];
272 extern const char kPasswordManagerSubPage[]; 272 extern const char kPasswordManagerSubPage[];
273 extern const char kSearchEnginesSubPage[]; 273 extern const char kSearchEnginesSubPage[];
274 extern const char kSearchSubPage[]; 274 extern const char kSearchSubPage[];
275 extern const char kSearchUsersSubPage[];
275 extern const char kSyncSetupForceLoginSubPage[]; 276 extern const char kSyncSetupForceLoginSubPage[];
276 extern const char kSyncSetupSubPage[]; 277 extern const char kSyncSetupSubPage[];
277 #if defined(OS_CHROMEOS) 278 #if defined(OS_CHROMEOS)
278 extern const char kInternetOptionsSubPage[]; 279 extern const char kInternetOptionsSubPage[];
279 extern const char kBluetoothAddDeviceSubPage[]; 280 extern const char kBluetoothAddDeviceSubPage[];
280 extern const char kChangeProfilePictureSubPage[]; 281 extern const char kChangeProfilePictureSubPage[];
281 #endif 282 #endif
282 283
283 // Extensions sub pages. 284 // Extensions sub pages.
284 extern const char kExtensionConfigureCommandsSubPage[]; 285 extern const char kExtensionConfigureCommandsSubPage[];
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 // Parameters that get appended to force SafeSearch. 421 // Parameters that get appended to force SafeSearch.
421 extern const char kSafeSearchSafeParameter[]; 422 extern const char kSafeSearchSafeParameter[];
422 extern const char kSafeSearchSsuiParameter[]; 423 extern const char kSafeSearchSsuiParameter[];
423 424
424 // The URL for the "Learn more" link in the media access infobar. 425 // The URL for the "Learn more" link in the media access infobar.
425 extern const char kMediaAccessLearnMoreUrl[]; 426 extern const char kMediaAccessLearnMoreUrl[];
426 427
427 } // namespace chrome 428 } // namespace chrome
428 429
429 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 430 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_helper.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698