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

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

Issue 275007: Update page action manifest parsing to match the new format. (Closed)
Patch Set: cleanup Created 11 years, 2 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 | « chrome/browser/extensions/extensions_service.cc ('k') | chrome/browser/views/location_bar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/location_bar_view_gtk.cc
diff --git a/chrome/browser/gtk/location_bar_view_gtk.cc b/chrome/browser/gtk/location_bar_view_gtk.cc
index 3e47b153d501661c8a114d828f5d3a3721f1b5a1..cd7aeefefa1ac1ef16c2029733a34a3bea625acd 100644
--- a/chrome/browser/gtk/location_bar_view_gtk.cc
+++ b/chrome/browser/gtk/location_bar_view_gtk.cc
@@ -725,7 +725,7 @@ void LocationBarViewGtk::PageActionViewGtk::UpdateVisibility(
// Set the tooltip.
if (state->title().empty())
gtk_widget_set_tooltip_text(event_box_.get(),
- page_action_->name().c_str());
+ page_action_->title().c_str());
else
gtk_widget_set_tooltip_text(event_box_.get(), state->title().c_str());
// Set the image.
« no previous file with comments | « chrome/browser/extensions/extensions_service.cc ('k') | chrome/browser/views/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698