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

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

Issue 959343003: Enable new sync URL to link to Chrome Away (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 <algorithm> 7 #include <algorithm>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "content/public/common/url_constants.h" 10 #include "content/public/common/url_constants.h"
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 357
358 // Extension sub pages. 358 // Extension sub pages.
359 const char kExtensionConfigureCommandsSubPage[] = "configureCommands"; 359 const char kExtensionConfigureCommandsSubPage[] = "configureCommands";
360 360
361 const char kExtensionInvalidRequestURL[] = "chrome-extension://invalid/"; 361 const char kExtensionInvalidRequestURL[] = "chrome-extension://invalid/";
362 const char kExtensionResourceInvalidRequestURL[] = 362 const char kExtensionResourceInvalidRequestURL[] =
363 "chrome-extension-resource://invalid/"; 363 "chrome-extension-resource://invalid/";
364 364
365 const char kSyncGoogleDashboardURL[] = 365 const char kSyncGoogleDashboardURL[] =
366 "https://www.google.com/settings/chrome/sync/"; 366 "https://www.google.com/settings/chrome/sync/";
367 const char kSyncChromeDashboardURL[] =
368 "https://chrome.com/sync/";
367 369
368 const char kPasswordManagerLearnMoreURL[] = 370 const char kPasswordManagerLearnMoreURL[] =
369 #if defined(OS_CHROMEOS) 371 #if defined(OS_CHROMEOS)
370 "https://support.google.com/chromeos/?p=settings_password"; 372 "https://support.google.com/chromeos/?p=settings_password";
371 #else 373 #else
372 "https://support.google.com/chrome/?p=settings_password"; 374 "https://support.google.com/chrome/?p=settings_password";
373 #endif 375 #endif
374 376
375 const char kPasswordManagerAccountDashboardURL[] = 377 const char kPasswordManagerAccountDashboardURL[] =
376 "https://passwords.google.com/settings/passwords"; 378 "https://passwords.google.com/settings/passwords";
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 "https://support.google.com/chrome/?p=ui_mac_32bit_support"; 733 "https://support.google.com/chrome/?p=ui_mac_32bit_support";
732 #else 734 #else
733 ""; 735 "";
734 #endif 736 #endif
735 #endif 737 #endif
736 738
737 const char kEasyUnlockLearnMoreUrl[] = 739 const char kEasyUnlockLearnMoreUrl[] =
738 "https://support.google.com/chromebook/?p=smart_lock"; 740 "https://support.google.com/chromebook/?p=smart_lock";
739 741
740 } // namespace chrome 742 } // 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