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

Unified Diff: ios/chrome/browser/ui/sad_tab/sad_tab_view.mm

Issue 2948943004: Remove Sad Tab suggestion to close other apps (Closed)
Patch Set: Created 3 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/sad_tab/sad_tab_view.mm
diff --git a/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm b/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm
index 89e24dd73f2053badc7997a03dd697bae4a59555..cad5607e7b3df0f3f05a5de7e7d9043144ea9b06 100644
--- a/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm
+++ b/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm
@@ -242,7 +242,6 @@ NSString* const kMessageTextViewBulletRTLFormat = @"\u202E%@\u202C";
initWithString:feedbackIntroductionString];
NSAttributedString* bulletedListString =
[[self class] bulletedAttributedStringFromStrings:@[
- l10n_util::GetNSString(IDS_SAD_TAB_RELOAD_CLOSE_NOTABS),
l10n_util::GetNSString(IDS_SAD_TAB_RELOAD_INCOGNITO),
l10n_util::GetNSString(IDS_SAD_TAB_RELOAD_RESTART_BROWSER),
l10n_util::GetNSString(IDS_SAD_TAB_RELOAD_RESTART_DEVICE)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698