Chromium Code Reviews| 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..5994ef68494e2eb0903e3fd0a77466c39382be63 100644 |
| --- a/chrome/browser/ui/sad_tab.cc |
| +++ b/chrome/browser/ui/sad_tab.cc |
| @@ -36,6 +36,9 @@ namespace { |
| } |
| // This enum backs an UMA histogram, so it should be treated as append-only. |
| +// A Java counterpart exists in |
|
msw
2017/05/10 23:32:32
incomplete sentence
Theresa
2017/05/10 23:34:33
Done. Sorry, this line was supposed to be deleted.
|
| +// A Java counterpart will be generated for this enum. |
| +// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.tab |
| enum SadTabEvent { |
| DISPLAYED, |
| BUTTON_CLICKED, |