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

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

Issue 12601017: Remove forceLogin flag from sync setup. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync Created 7 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
« 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 const char kHandlerSettingsSubPage[] = "handlers"; 281 const char kHandlerSettingsSubPage[] = "handlers";
282 const char kImportDataSubPage[] = "importData"; 282 const char kImportDataSubPage[] = "importData";
283 const char kLanguageOptionsSubPage[] = "languages"; 283 const char kLanguageOptionsSubPage[] = "languages";
284 const char kManagedUserSettingsSubPage[] = "managedUser"; 284 const char kManagedUserSettingsSubPage[] = "managedUser";
285 const char kManageProfileSubPage[] = "manageProfile"; 285 const char kManageProfileSubPage[] = "manageProfile";
286 const char kPasswordManagerSubPage[] = "passwords"; 286 const char kPasswordManagerSubPage[] = "passwords";
287 const char kSearchEnginesSubPage[] = "searchEngines"; 287 const char kSearchEnginesSubPage[] = "searchEngines";
288 const char kSearchSubPage[] = "search"; 288 const char kSearchSubPage[] = "search";
289 const char kSearchUsersSubPage[] = "search#Users"; 289 const char kSearchUsersSubPage[] = "search#Users";
290 const char kSyncSetupSubPage[] = "syncSetup"; 290 const char kSyncSetupSubPage[] = "syncSetup";
291 const char kSyncSetupForceLoginSubPage[] = "syncSetup#forceLogin";
292 #if defined(OS_CHROMEOS) 291 #if defined(OS_CHROMEOS)
293 const char kInternetOptionsSubPage[] = "internet"; 292 const char kInternetOptionsSubPage[] = "internet";
294 const char kBluetoothAddDeviceSubPage[] = "bluetooth"; 293 const char kBluetoothAddDeviceSubPage[] = "bluetooth";
295 const char kChangeProfilePictureSubPage[] = "changePicture"; 294 const char kChangeProfilePictureSubPage[] = "changePicture";
296 #endif 295 #endif
297 296
298 // Extension sub pages. 297 // Extension sub pages.
299 const char kExtensionConfigureCommandsSubPage[] = "configureCommands"; 298 const char kExtensionConfigureCommandsSubPage[] = "configureCommands";
300 299
301 const char kExtensionInvalidRequestURL[] = "chrome-extension://invalid/"; 300 const char kExtensionInvalidRequestURL[] = "chrome-extension://invalid/";
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 const char kChromeSearchSuggestionHost[] = "suggestion"; 522 const char kChromeSearchSuggestionHost[] = "suggestion";
524 523
525 // Google SafeSearch query parameters. 524 // Google SafeSearch query parameters.
526 const char kSafeSearchSafeParameter[] = "safe=active"; 525 const char kSafeSearchSafeParameter[] = "safe=active";
527 const char kSafeSearchSsuiParameter[] = "ssui=on"; 526 const char kSafeSearchSsuiParameter[] = "ssui=on";
528 527
529 const char kMediaAccessLearnMoreUrl[] = 528 const char kMediaAccessLearnMoreUrl[] =
530 "https://support.google.com/chrome/?p=ib_access_cam_mic"; 529 "https://support.google.com/chrome/?p=ib_access_cam_mic";
531 530
532 } // namespace chrome 531 } // 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