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

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

Issue 445503003: Update easy unlock settings UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add spinner Created 6 years, 4 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 <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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 715
716 #if defined(OS_MACOSX) 716 #if defined(OS_MACOSX)
717 const char kMac32BitDeprecationURL[] = 717 const char kMac32BitDeprecationURL[] =
718 #if !defined(ARCH_CPU_64_BITS) 718 #if !defined(ARCH_CPU_64_BITS)
719 "https://support.google.com/chrome/?p=ui_mac_32bit_support"; 719 "https://support.google.com/chrome/?p=ui_mac_32bit_support";
720 #else 720 #else
721 ""; 721 "";
722 #endif 722 #endif
723 #endif 723 #endif
724 724
725 // TODO(tengs): Replace with real URL when ready.
726 const char kEasyUnlockLearnMoreUrl[] = 725 const char kEasyUnlockLearnMoreUrl[] =
727 "https://support.google.com/chromebook/?p=easy_unlock"; 726 "https://support.google.com/chromebook/answer/6070209";
728 const char kEasyUnlockManagementUrl[] = "https://chrome.com";
729 727
730 } // namespace chrome 728 } // 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