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

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

Issue 306059: Merge 29556 - Revert "Revert 29457, because this is making ExtensionBrowserTe... (Closed) Base URL: svn://chrome-svn/chrome/branches/223/src/
Patch Set: 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
Index: chrome/browser/gtk/location_bar_view_gtk.h
===================================================================
--- chrome/browser/gtk/location_bar_view_gtk.h (revision 29822)
+++ chrome/browser/gtk/location_bar_view_gtk.h (working copy)
@@ -120,6 +120,9 @@
private:
static gboolean OnButtonPressed(GtkWidget* sender, GdkEventButton* event,
PageActionViewGtk* page_action_view);
+ static gboolean OnExposeEvent(GtkWidget* widget,
+ GdkEventExpose* event,
+ PageActionViewGtk* page_action_view);
// The location bar view that owns us.
LocationBarViewGtk* owner_;
@@ -156,6 +159,7 @@
DISALLOW_COPY_AND_ASSIGN(PageActionViewGtk);
};
+ friend class PageActionViewGtk;
static gboolean HandleExposeThunk(GtkWidget* widget, GdkEventExpose* event,
gpointer userdata) {
Property changes on: chrome\browser\gtk\location_bar_view_gtk.h
___________________________________________________________________
Modified: svn:mergeinfo
Merged /trunk/src/chrome/browser/gtk/location_bar_view_gtk.h:r29556
« no previous file with comments | « chrome/browser/extensions/extension_page_actions_module.cc ('k') | chrome/browser/gtk/location_bar_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698