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

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: 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
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(

Powered by Google App Engine
This is Rietveld 408576698