Disables zoom icon & zoom bubble for GTK for M22.

BUG=143013

Review URL: https://chromiumcodereview.appspot.com/10855191

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151953 0039d316-1c4b-4281-b951-d872f2087c98
parent 0775e657
......@@ -505,8 +505,10 @@ void LocationBarViewGtk::Init(bool popup_window_mode) {
}
}
CreateZoomButton();
gtk_box_pack_end(GTK_BOX(hbox_.get()), zoom_.get(), FALSE, FALSE, 0);
// TODO(khorimoto): Uncomment the following 2 lines when zoom icon/bubble
// implementation is complete for M23.
// CreateZoomButton();
// gtk_box_pack_end(GTK_BOX(hbox_.get()), zoom_.get(), FALSE, FALSE, 0);
content_setting_hbox_.Own(gtk_hbox_new(FALSE, kInnerPadding + 1));
gtk_widget_set_name(content_setting_hbox_.get(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment