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

Unified Diff: remoting/android/java/src/org/chromium/chromoting/Chromoting.java

Issue 1144193005: Fix a lot of support links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: first round Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: remoting/android/java/src/org/chromium/chromoting/Chromoting.java
diff --git a/remoting/android/java/src/org/chromium/chromoting/Chromoting.java b/remoting/android/java/src/org/chromium/chromoting/Chromoting.java
index 72e8c2aa71b6402e652acabfe8c7c13d6b106b01..ac8e9e288d8351ccb74ec64daa7f058666ea469a 100644
--- a/remoting/android/java/src/org/chromium/chromoting/Chromoting.java
+++ b/remoting/android/java/src/org/chromium/chromoting/Chromoting.java
@@ -57,7 +57,7 @@ public class Chromoting extends ActionBarActivity implements JniInterface.Connec
/** Web page to be displayed in the Help screen when launched from this activity. */
private static final String HELP_URL =
- "http://support.google.com/chrome/?p=mobile_crd_hostslist";
+ "https://support.google.com/chrome/?p=mobile_crd_hostslist";
/** Web page to be displayed when user triggers the hyperlink for setting up hosts. */
private static final String HOST_SETUP_URL =

Powered by Google App Engine
This is Rietveld 408576698