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

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

Issue 11588004: Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserAction (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Yoyo's requested changes Created 8 years 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 fc11c4b5bcd73ed3e904c9bf96b9c13b193b3c6f..0deb72700980f2489b2fab801731f65a555d3c5a 100644
--- a/chrome/browser/ui/gtk/location_bar_view_gtk.cc
+++ b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
@@ -1549,7 +1549,7 @@ gboolean LocationBarViewGtk::OnScriptBubbleButtonExpose(GtkWidget* widget,
SK_ColorWHITE,
SkColorSetRGB(0, 170, 0),
allocation.width,
- Extension::ActionInfo::TYPE_PAGE);
+ extensions::ActionInfo::TYPE_PAGE);
return FALSE;
}

Powered by Google App Engine
This is Rietveld 408576698