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

Unified Diff: ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm

Issue 2662473003: Removing "All Bookmarks" (Closed)
Patch Set: feedback Created 3 years, 11 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: ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm
diff --git a/ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm b/ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm
index d827393f7657b03ac34c2fa252bcc03e75767265..cd544f53a606612e5e66fcc5d7fbd24bddf6221f 100644
--- a/ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm
+++ b/ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm
@@ -547,9 +547,7 @@ void AssertAuthenticatedIdentityInActiveProfile(ChromeIdentity* identity) {
}
// Selects the top level folder (Sign In promo is only shown there).
- NSString* topLevelFolderTitle = experimental_flags::IsAllBookmarksEnabled()
- ? @"All Bookmarks"
- : @"Mobile Bookmarks";
+ NSString* topLevelFolderTitle = @"Mobile Bookmarks";
id<GREYMatcher> all_bookmarks_matcher =
grey_allOf(grey_kindOfClass(NSClassFromString(@"BookmarkMenuCell")),
grey_descendant(grey_text(topLevelFolderTitle)), nil);
« no previous file with comments | « ios/chrome/browser/resources/Settings.bundle/Experimental.plist ('k') | ios/chrome/browser/ui/bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698