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

Unified Diff: remoting/android/java/src/org/chromium/chromoting/help/HelpAndFeedback.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
Index: remoting/android/java/src/org/chromium/chromoting/help/HelpAndFeedback.java
diff --git a/remoting/android/java/src/org/chromium/chromoting/help/HelpAndFeedback.java b/remoting/android/java/src/org/chromium/chromoting/help/HelpAndFeedback.java
index 2fd560def61eb7a0971dbf5369b340a4eed02adb..c9627ee34a4df78fa1a485967f18a52c6869e26a 100644
--- a/remoting/android/java/src/org/chromium/chromoting/help/HelpAndFeedback.java
+++ b/remoting/android/java/src/org/chromium/chromoting/help/HelpAndFeedback.java
@@ -18,4 +18,11 @@ public interface HelpAndFeedback {
* @param helpContext String used by the implementation to show context-based help.
*/
void launchHelp(Activity activity, HelpContext helpContext);
+
+ /**
+ * Launches a new activity for displaying the feedback screen. The implementation may grab
+ * a screenshot.
+ * @param activity Parent activity of the feedback screen.
+ */
+ void launchFeedback(Activity activity);
}

Powered by Google App Engine
This is Rietveld 408576698