summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorcevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-13 00:37:20 +0000
committercevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-13 00:37:20 +0000
commit95fc6f9cd60ceb57c49e563cb80805b25ba916ba (patch)
tree3b2bd717c02275477df73e758a3658cfb3814aea /chrome/browser
parent91b104034308452e32b4bb99498afe1724febbb9 (diff)
downloadchromium_src-95fc6f9cd60ceb57c49e563cb80805b25ba916ba.zip
chromium_src-95fc6f9cd60ceb57c49e563cb80805b25ba916ba.tar.gz
chromium_src-95fc6f9cd60ceb57c49e563cb80805b25ba916ba.tar.bz2
More https for support URLs.
Review URL: http://codereview.chromium.org/6824086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81339 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/chromeos/login/helper.cc2
-rw-r--r--chrome/browser/first_run/try_chrome_dialog_view.cc2
-rw-r--r--chrome/browser/geolocation/geolocation_permission_context.cc4
-rw-r--r--chrome/browser/printing/cloud_print/cloud_print_setup_source.cc4
-rw-r--r--chrome/browser/printing/cloud_print/cloud_print_url.cc4
-rw-r--r--chrome/browser/remoting/remoting_resources_source.cc4
-rw-r--r--chrome/browser/resources/options/autofill_options.html4
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_blocking_page.cc4
-rw-r--r--chrome/browser/sync/sync_setup_wizard.cc8
-rw-r--r--chrome/browser/translate/options_menu_model.cc6
-rw-r--r--chrome/browser/ui/browser.cc10
-rw-r--r--chrome/browser/ui/webui/ntp_resource_cache.cc10
12 files changed, 31 insertions, 31 deletions
diff --git a/chrome/browser/chromeos/login/helper.cc b/chrome/browser/chromeos/login/helper.cc
index c2244e9..e0842e5 100644
--- a/chrome/browser/chromeos/login/helper.cc
+++ b/chrome/browser/chromeos/login/helper.cc
@@ -39,7 +39,7 @@ const SkColor kBackgroundCenterColor = SkColorSetRGB(41, 50, 67);
const SkColor kBackgroundEdgeColor = SK_ColorBLACK;
const char kAccountRecoveryHelpUrl[] =
- "http://www.google.com/support/accounts/bin/answer.py?answer=48598";
+ "https://www.google.com/support/accounts/bin/answer.py?answer=48598";
// Path to OEM partner startup customization manifest.
const char kStartupCustomizationManifestPath[] =
diff --git a/chrome/browser/first_run/try_chrome_dialog_view.cc b/chrome/browser/first_run/try_chrome_dialog_view.cc
index bd017c0..5fa9aa2 100644
--- a/chrome/browser/first_run/try_chrome_dialog_view.cc
+++ b/chrome/browser/first_run/try_chrome_dialog_view.cc
@@ -27,7 +27,7 @@
namespace {
const wchar_t kHelpCenterUrl[] =
- L"http://www.google.com/support/chrome/bin/answer.py?answer=150752";
+ L"https://www.google.com/support/chrome/bin/answer.py?answer=150752";
} // namespace
diff --git a/chrome/browser/geolocation/geolocation_permission_context.cc b/chrome/browser/geolocation/geolocation_permission_context.cc
index 3a44e50..f9ce488 100644
--- a/chrome/browser/geolocation/geolocation_permission_context.cc
+++ b/chrome/browser/geolocation/geolocation_permission_context.cc
@@ -214,9 +214,9 @@ bool GeolocationConfirmInfoBarDelegate::LinkClicked(
WindowOpenDisposition disposition) {
const char kGeolocationLearnMoreUrl[] =
#if defined(OS_CHROMEOS)
- "http://www.google.com/support/chromeos/bin/answer.py?answer=142065";
+ "https://www.google.com/support/chromeos/bin/answer.py?answer=142065";
#else
- "http://www.google.com/support/chrome/bin/answer.py?answer=142065";
+ "https://www.google.com/support/chrome/bin/answer.py?answer=142065";
#endif
// Ignore the click disposition and always open in a new top level tab.
diff --git a/chrome/browser/printing/cloud_print/cloud_print_setup_source.cc b/chrome/browser/printing/cloud_print/cloud_print_setup_source.cc
index 7749de3..9b5718c 100644
--- a/chrome/browser/printing/cloud_print/cloud_print_setup_source.cc
+++ b/chrome/browser/printing/cloud_print/cloud_print_setup_source.cc
@@ -22,9 +22,9 @@
// Define the values of standard URLs.
const char CloudPrintSetupSource::kInvalidPasswordHelpUrl[] =
- "http://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444";
+ "https://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444";
const char CloudPrintSetupSource::kCanNotAccessAccountUrl[] =
- "http://www.google.com/support/accounts/bin/answer.py?answer=48598";
+ "https://www.google.com/support/accounts/bin/answer.py?answer=48598";
const char CloudPrintSetupSource::kCreateNewAccountUrl[] =
"https://www.google.com/accounts/NewAccount?service=chromiumsync";
diff --git a/chrome/browser/printing/cloud_print/cloud_print_url.cc b/chrome/browser/printing/cloud_print/cloud_print_url.cc
index 236c03d..a36cc51 100644
--- a/chrome/browser/printing/cloud_print/cloud_print_url.cc
+++ b/chrome/browser/printing/cloud_print/cloud_print_url.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -14,7 +14,7 @@
const char kDefaultCloudPrintServiceURL[] = "https://www.google.com/cloudprint";
const char kLearnMoreURL[] =
- "http://www.google.com/support/cloudprint";
+ "https://www.google.com/support/cloudprint";
const char kTestPageURL[] =
"http://www.google.com/landing/cloudprint/enable.html?print=true";
diff --git a/chrome/browser/remoting/remoting_resources_source.cc b/chrome/browser/remoting/remoting_resources_source.cc
index 32a8f8b..0106836 100644
--- a/chrome/browser/remoting/remoting_resources_source.cc
+++ b/chrome/browser/remoting/remoting_resources_source.cc
@@ -23,9 +23,9 @@
// Define the values of standard URLs.
const char RemotingResourcesSource::kInvalidPasswordHelpUrl[] =
- "http://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444";
+ "https://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444";
const char RemotingResourcesSource::kCanNotAccessAccountUrl[] =
- "http://www.google.com/support/accounts/bin/answer.py?answer=48598";
+ "https://www.google.com/support/accounts/bin/answer.py?answer=48598";
const char RemotingResourcesSource::kCreateNewAccountUrl[] =
"https://www.google.com/accounts/NewAccount?service=chromiumsync";
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html
index ac66726..14918d9 100644
--- a/chrome/browser/resources/options/autofill_options.html
+++ b/chrome/browser/resources/options/autofill_options.html
@@ -26,11 +26,11 @@
</div>
<div>
<if expr="pp_ifdef('chromeos')">
- <a href="http://www.google.com/support/chromeos/bin/answer.py?answer=142893"
+ <a href="https://www.google.com/support/chromeos/bin/answer.py?answer=142893"
target="_blank" i18n-content="helpButton"></a>
</if>
<if expr="not pp_ifdef('chromeos')">
- <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893"
+ <a href="https://www.google.com/support/chrome/bin/answer.py?answer=142893"
target="_blank" i18n-content="helpButton"></a>
</if>
</div>
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
index 410f392..7e13311 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
@@ -52,12 +52,12 @@ static const char* const kSbReportPhishingUrl =
// URL for the "Learn more" link on the multi threat malware blocking page.
static const char* const kLearnMoreMalwareUrl =
- "http://www.google.com/support/bin/answer.py?answer=45449&topic=360"
+ "https://www.google.com/support/bin/answer.py?answer=45449&topic=360"
"&sa=X&oi=malwarewarninglink&resnum=1&ct=help";
// URL for the "Learn more" link on the phishing blocking page.
static const char* const kLearnMorePhishingUrl =
- "http://www.google.com/support/bin/answer.py?answer=106318";
+ "https://www.google.com/support/bin/answer.py?answer=106318";
// URL for the "Safe Browsing Privacy Policies" link on the blocking page.
// Note: this page is not yet localized.
diff --git a/chrome/browser/sync/sync_setup_wizard.cc b/chrome/browser/sync/sync_setup_wizard.cc
index 0a1b7db..67b747a 100644
--- a/chrome/browser/sync/sync_setup_wizard.cc
+++ b/chrome/browser/sync/sync_setup_wizard.cc
@@ -66,15 +66,15 @@ class SyncResourcesSource : public ChromeURLDataManager::DataSource {
};
const char* SyncResourcesSource::kInvalidPasswordHelpUrl =
- "http://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444";
+ "https://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444";
const char* SyncResourcesSource::kCanNotAccessAccountUrl =
- "http://www.google.com/support/accounts/bin/answer.py?answer=48598";
+ "https://www.google.com/support/accounts/bin/answer.py?answer=48598";
#if defined(OS_CHROMEOS)
const char* SyncResourcesSource::kEncryptionHelpUrl =
- "http://www.google.com/support/chromeos/bin/answer.py?answer=1181035";
+ "https://www.google.com/support/chromeos/bin/answer.py?answer=1181035";
#else
const char* SyncResourcesSource::kEncryptionHelpUrl =
- "http://www.google.com/support/chrome/bin/answer.py?answer=1181035";
+ "https://www.google.com/support/chrome/bin/answer.py?answer=1181035";
#endif
const char* SyncResourcesSource::kCreateNewAccountUrl =
"https://www.google.com/accounts/NewAccount?service=chromiumsync";
diff --git a/chrome/browser/translate/options_menu_model.cc b/chrome/browser/translate/options_menu_model.cc
index 6d7d99b..a4c3e9a 100644
--- a/chrome/browser/translate/options_menu_model.cc
+++ b/chrome/browser/translate/options_menu_model.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -18,9 +18,9 @@ namespace {
const char kAboutGoogleTranslateUrl[] =
#if defined(OS_CHROMEOS)
- "http://www.google.com/support/chromeos/bin/answer.py?answer=173424";
+ "https://www.google.com/support/chromeos/bin/answer.py?answer=173424";
#else
- "http://www.google.com/support/chrome/bin/answer.py?answer=173424";
+ "https://www.google.com/support/chrome/bin/answer.py?answer=173424";
#endif
} // namespace
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 1e5bdfc..4fec68e 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -159,23 +159,23 @@ const char kHelpContentUrl[] =
#if defined(OFFICIAL_BUILD)
"chrome-extension://honijodknafkokifofgiaalefdiedpko/main.html";
#else
- "http://www.google.com/support/chromeos/";
+ "https://www.google.com/support/chromeos/";
#endif
#else
- "http://www.google.com/support/chrome/";
+ "https://www.google.com/support/chrome/";
#endif
// The URL to be opened when the Help link on the Autofill dialog is clicked.
const char kAutofillHelpUrl[] =
#if defined(OS_CHROMEOS)
- "http://www.google.com/support/chromeos/bin/answer.py?answer=142893";
+ "https://www.google.com/support/chromeos/bin/answer.py?answer=142893";
#else
- "http://www.google.com/support/chrome/bin/answer.py?answer=142893";
+ "https://www.google.com/support/chrome/bin/answer.py?answer=142893";
#endif
// The URL to be loaded to display the "Report a broken page" form.
const char kBrokenPageUrl[] =
- "http://www.google.com/support/chrome/bin/request.py?contact_type="
+ "https://www.google.com/support/chrome/bin/request.py?contact_type="
"broken_website&format=inproduct&p.page_title=$1&p.page_url=$2";
// The URL for the privacy dashboard.
diff --git a/chrome/browser/ui/webui/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp_resource_cache.cc
index ab3c63f..d93acb1 100644
--- a/chrome/browser/ui/webui/ntp_resource_cache.cc
+++ b/chrome/browser/ui/webui/ntp_resource_cache.cc
@@ -59,22 +59,22 @@ namespace {
// The URL for the the Learn More page shown on incognito new tab.
const char kLearnMoreIncognitoUrl[] =
#if defined(OS_CHROMEOS)
- "http://www.google.com/support/chromeos/bin/answer.py?answer=95464";
+ "https://www.google.com/support/chromeos/bin/answer.py?answer=95464";
#else
- "http://www.google.com/support/chrome/bin/answer.py?answer=95464";
+ "https://www.google.com/support/chrome/bin/answer.py?answer=95464";
#endif
// The URL for the Learn More page shown on guest session new tab.
const char kLearnMoreGuestSessionUrl[] =
- "http://www.google.com/support/chromeos/bin/answer.py?answer=1057090";
+ "https://www.google.com/support/chromeos/bin/answer.py?answer=1057090";
// The URL for bookmark sync service help.
const char kSyncServiceHelpUrl[] =
- "http://www.google.com/support/chrome/bin/answer.py?answer=165139";
+ "https://www.google.com/support/chrome/bin/answer.py?answer=165139";
// The URL to be loaded to display Help.
const char kHelpContentUrl[] =
- "http://www.google.com/support/chrome/";
+ "https://www.google.com/support/chrome/";
string16 GetUrlWithLang(const GURL& url) {
return ASCIIToUTF16(google_util::AppendGoogleLocaleParam(url).spec());