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

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

Issue 1661063002: Add message and Help Center link to the chooser UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed some typos Created 4 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
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/macros.h" 9 #include "base/macros.h"
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 // https://crbug.com/555044 753 // https://crbug.com/555044
754 const char kMac10_678_DeprecationURL[] = 754 const char kMac10_678_DeprecationURL[] =
755 "http://chrome.blogspot.com/2015/11/updates-to-chrome-platform-support.html" ; 755 "http://chrome.blogspot.com/2015/11/updates-to-chrome-platform-support.html" ;
756 #endif 756 #endif
757 757
758 #if defined(OS_WIN) 758 #if defined(OS_WIN)
759 const char kWindowsXPVistaDeprecationURL[] = 759 const char kWindowsXPVistaDeprecationURL[] =
760 "https://support.google.com/chrome/answer/95346"; 760 "https://support.google.com/chrome/answer/95346";
761 #endif 761 #endif
762 762
763 const char kWebBluetoothHelpCenterURL[] =
ortuno 2016/02/17 16:02:59 Would you mind changing this to "kChooserBluetooth
juncai 2016/02/17 22:40:40 Done.
764 "https://support.google.com/chrome?p=bluetooth";
765
766 // TODO(juncai): Change to a WebUsb help center URL when one is available.
palmer 2016/02/17 02:19:53 Attach a specific bug ID to this TODO. We definite
juncai 2016/02/17 22:40:40 Done.
767 const char kWebUsbHelpCenterURL[] = "https://support.google.com";
768
763 } // namespace chrome 769 } // namespace chrome
OLDNEW
« chrome/browser/usb/usb_chooser_bubble_delegate.cc ('K') | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698