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

Unified Diff: chrome/browser/chromeos/arc/arc_session_manager.cc

Issue 2844193002: Add UMA histogram to track the various sources that request the feedback app (Closed)
Patch Set: "" --> string() Created 3 years, 8 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 | « no previous file | chrome/browser/feedback/show_feedback_page.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_session_manager.cc
diff --git a/chrome/browser/chromeos/arc/arc_session_manager.cc b/chrome/browser/chromeos/arc/arc_session_manager.cc
index 6a46751a502f52637d744aaf9d131aebcae3a377..f3ab8b7a2911ee590d2191efb52f09589700c5d4 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.cc
+++ b/chrome/browser/chromeos/arc/arc_session_manager.cc
@@ -1004,7 +1004,7 @@ void ArcSessionManager::OnRetryClicked() {
void ArcSessionManager::OnSendFeedbackClicked() {
DCHECK(support_host_);
- chrome::OpenFeedbackDialog(nullptr);
+ chrome::OpenFeedbackDialog(nullptr, chrome::kFeedbackSourceArcApp);
}
void ArcSessionManager::SetArcSessionRunnerForTesting(
« no previous file with comments | « no previous file | chrome/browser/feedback/show_feedback_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698