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

Unified Diff: chrome/browser/ui/sad_tab.cc

Issue 2866273003: [Android] Improve sad tab strings (Closed)
Patch Set: Created 3 years, 7 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/ui/sad_tab.cc
diff --git a/chrome/browser/ui/sad_tab.cc b/chrome/browser/ui/sad_tab.cc
index c9b3cc42b84f52312360d917de5b546a74228aac..d7de419e28c4009c9d9b6537173f73cf946d6a39 100644
--- a/chrome/browser/ui/sad_tab.cc
+++ b/chrome/browser/ui/sad_tab.cc
@@ -36,6 +36,8 @@ namespace {
}
// This enum backs an UMA histogram, so it should be treated as append-only.
+// A Java counterpart exists in
+// org.chromium.chrome.browser.tab.SadTabViewFactory.
enum SadTabEvent {
DISPLAYED,
BUTTON_CLICKED,

Powered by Google App Engine
This is Rietveld 408576698