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

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

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/common/url_constants.h ('k') | no next file » | 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 #include "chrome/common/url_constants.h" 5 #include "chrome/common/url_constants.h"
6 6
7 #include "googleurl/src/url_util.h" 7 #include "googleurl/src/url_util.h"
8 8
9 namespace chrome { 9 namespace chrome {
10 10
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 const char kCreateProfileSubPage[] = "createProfile"; 272 const char kCreateProfileSubPage[] = "createProfile";
273 const char kExtensionsSubPage[] = "extensions"; 273 const char kExtensionsSubPage[] = "extensions";
274 const char kHandlerSettingsSubPage[] = "handlers"; 274 const char kHandlerSettingsSubPage[] = "handlers";
275 const char kImportDataSubPage[] = "importData"; 275 const char kImportDataSubPage[] = "importData";
276 const char kLanguageOptionsSubPage[] = "languages"; 276 const char kLanguageOptionsSubPage[] = "languages";
277 const char kManagedUserSettingsSubPage[] = "managedUser"; 277 const char kManagedUserSettingsSubPage[] = "managedUser";
278 const char kManageProfileSubPage[] = "manageProfile"; 278 const char kManageProfileSubPage[] = "manageProfile";
279 const char kPasswordManagerSubPage[] = "passwords"; 279 const char kPasswordManagerSubPage[] = "passwords";
280 const char kSearchEnginesSubPage[] = "searchEngines"; 280 const char kSearchEnginesSubPage[] = "searchEngines";
281 const char kSearchSubPage[] = "search"; 281 const char kSearchSubPage[] = "search";
282 const char kSearchUsersSubPage[] = "search#Users";
282 const char kSyncSetupSubPage[] = "syncSetup"; 283 const char kSyncSetupSubPage[] = "syncSetup";
283 const char kSyncSetupForceLoginSubPage[] = "syncSetup#forceLogin"; 284 const char kSyncSetupForceLoginSubPage[] = "syncSetup#forceLogin";
284 #if defined(OS_CHROMEOS) 285 #if defined(OS_CHROMEOS)
285 const char kInternetOptionsSubPage[] = "internet"; 286 const char kInternetOptionsSubPage[] = "internet";
286 const char kBluetoothAddDeviceSubPage[] = "bluetooth"; 287 const char kBluetoothAddDeviceSubPage[] = "bluetooth";
287 const char kChangeProfilePictureSubPage[] = "changePicture"; 288 const char kChangeProfilePictureSubPage[] = "changePicture";
288 #endif 289 #endif
289 290
290 // Extension sub pages. 291 // Extension sub pages.
291 const char kExtensionConfigureCommandsSubPage[] = "configureCommands"; 292 const char kExtensionConfigureCommandsSubPage[] = "configureCommands";
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 const char kChromeSearchScheme[] = "chrome-search"; 514 const char kChromeSearchScheme[] = "chrome-search";
514 515
515 // Google SafeSearch query parameters. 516 // Google SafeSearch query parameters.
516 const char kSafeSearchSafeParameter[] = "safe=active"; 517 const char kSafeSearchSafeParameter[] = "safe=active";
517 const char kSafeSearchSsuiParameter[] = "ssui=on"; 518 const char kSafeSearchSsuiParameter[] = "ssui=on";
518 519
519 const char kMediaAccessLearnMoreUrl[] = 520 const char kMediaAccessLearnMoreUrl[] =
520 "https://support.google.com/chrome/?p=ib_access_cam_mic"; 521 "https://support.google.com/chrome/?p=ib_access_cam_mic";
521 522
522 } // namespace chrome 523 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698