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

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

Issue 2866273003: [Android] Improve sad tab strings (Closed)
Patch Set: Remove extraneous line 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
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/tab/SadTabTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b08a44ad1c857bc3ccaded2d095ea13fea618414 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 will be generated for this enum.
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.tab
enum SadTabEvent {
DISPLAYED,
BUTTON_CLICKED,
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/tab/SadTabTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698