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

Unified Diff: chrome/browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm

Issue 2628703002: [Mac] Hide Zoom Decoration for Default Zoom (Closed)
Patch Set: Fixed tests 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: chrome/browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm
diff --git a/chrome/browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm b/chrome/browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm
index 71ebc54d2a7fb446082170c37be2a49ef894ad15..7490a1bb6dd052b284f3de9f87fd2bfad1ba48c7 100644
--- a/chrome/browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm
+++ b/chrome/browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm
@@ -105,7 +105,7 @@ IN_PROC_BROWSER_TEST_F(ZoomDecorationTest, BubbleAtDefaultZoom) {
EXPECT_TRUE(zoom_decoration->IsVisible());
zoom_decoration->ShowBubble(false);
Zoom(content::PAGE_ZOOM_RESET);
- EXPECT_TRUE(zoom_decoration->IsVisible());
+ EXPECT_FALSE(zoom_decoration->IsVisible());
// Hide bubble and verify the decoration is hidden.
zoom_decoration->CloseBubble();

Powered by Google App Engine
This is Rietveld 408576698