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

Unified Diff: chrome/browser/ui/panels/panel_drag_gtk.h

Issue 10831226: Panels refactor: Support browserless panels on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/panels/panel_drag_gtk.h
diff --git a/chrome/browser/ui/panels/panel_drag_gtk.h b/chrome/browser/ui/panels/panel_drag_gtk.h
index a70e0625437d782aeaedd85931f0197bf6aa74f7..2d39333841da5728005c7b3ca3819aa1f79eacf3 100644
--- a/chrome/browser/ui/panels/panel_drag_gtk.h
+++ b/chrome/browser/ui/panels/panel_drag_gtk.h
@@ -43,7 +43,8 @@ class PanelDragGtk {
GtkWidget* titlebar_widget);
private:
- friend class NativePanelTestingGtk;
+ friend class NativePanelTestingGtk; // legacy
+ friend class GtkNativePanelTesting;
jianli 2012/08/09 00:52:51 Might be better to rename NativePanelTestingGtk to
jennb 2012/08/10 18:45:42 Changing the name of the new class means not havin
enum DragState {
NOT_DRAGGING,

Powered by Google App Engine
This is Rietveld 408576698