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

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

Issue 2376203003: [Remoting Android] use HelpAndFeedback.launchFeedback to launch the feedback activity (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « remoting/android/java/src/org/chromium/chromoting/help/HelpAndFeedback.java ('k') | 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/help/HelpAndFeedbackBasic.java
diff --git a/remoting/android/java/src/org/chromium/chromoting/help/HelpAndFeedbackBasic.java b/remoting/android/java/src/org/chromium/chromoting/help/HelpAndFeedbackBasic.java
index 010909a6fe8db67d13948c1df3b7a795c8666187..47b2c7e8f4024380bf3fe3cd1a1aaed4a29a2960 100644
--- a/remoting/android/java/src/org/chromium/chromoting/help/HelpAndFeedbackBasic.java
+++ b/remoting/android/java/src/org/chromium/chromoting/help/HelpAndFeedbackBasic.java
@@ -15,6 +15,11 @@ public class HelpAndFeedbackBasic implements HelpAndFeedback {
HelpActivity.launch(activity, urlFromHelpContext(helpContext));
}
+ @Override
+ public void launchFeedback(Activity activity) {
+ FeedbackSender.sendFeedback(activity);
+ }
+
private static String urlFromHelpContext(HelpContext helpContext) {
switch (helpContext) {
case HOST_LIST:
« no previous file with comments | « remoting/android/java/src/org/chromium/chromoting/help/HelpAndFeedback.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698