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

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

Issue 1521733002: Enabling Touch input mode on the Android client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 99ef605de2eea82e07432bd595347ef3474ceddc..32f5ab7b3bc11b16b5d1b8772f07bb8a03747ffe 100644
--- a/remoting/android/java/src/org/chromium/chromoting/Desktop.java
+++ b/remoting/android/java/src/org/chromium/chromoting/Desktop.java
@@ -242,9 +242,6 @@ public class Desktop
});
}
- // TODO(joedow): Remove this line when touch input mode has been implemented.
- menu.findItem(R.id.actionbar_input_mode).setVisible(false);
-
ChromotingUtil.tintMenuIcons(this, menu);
// Wait to set the input mode until after the default tinting has been applied.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698