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

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

Issue 1144193005: Fix a lot of support links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bug 490887 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/Desktop.java
diff --git a/remoting/android/java/src/org/chromium/chromoting/Desktop.java b/remoting/android/java/src/org/chromium/chromoting/Desktop.java
index b5365778ba4eb722b8f3e5c019b807204d9a9c18..ac61f249b10cf512780f99e55dfe05f92676f465 100644
--- a/remoting/android/java/src/org/chromium/chromoting/Desktop.java
+++ b/remoting/android/java/src/org/chromium/chromoting/Desktop.java
@@ -27,7 +27,7 @@ import java.util.TreeSet;
public class Desktop extends ActionBarActivity implements View.OnSystemUiVisibilityChangeListener {
/** 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_connecthost";
+ "https://support.google.com/chrome/?p=mobile_crd_connecthost";
/** The surface that displays the remote host's desktop feed. */
private DesktopView mRemoteHostDesktop;

Powered by Google App Engine
This is Rietveld 408576698