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

Unified Diff: chrome/browser/ui/gtk/location_bar_view_gtk.cc

Issue 10985069: [test fixlet] Add tests for the zoom icon in the location bar on GTK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: making bubble tests interactive_ui_tests Created 8 years, 3 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/gtk/location_bar_view_gtk.cc
diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.cc b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
index c6d124d053087458cdff3d4ac15f54b5bbf6812c..761b487a120c145fbc83249bc6d69547fae27a51 100644
--- a/chrome/browser/ui/gtk/location_bar_view_gtk.cc
+++ b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
@@ -837,7 +837,6 @@ GtkWidget* LocationBarViewGtk::CreateIconButton(
}
void LocationBarViewGtk::CreateZoomButton() {
- // TODO(khorimoto): Add tests for zoom button.
zoom_.Own(CreateIconButton(&zoom_image_,
0,
VIEW_ID_NONE,

Powered by Google App Engine
This is Rietveld 408576698