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

Side by Side Diff: chrome/browser/ui/panels/panel_browser_window_gtk.h

Issue 8477004: Have content/ create and destroy its own threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: With this patchset, Chrome runs and exits normally on Linux. Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_PANELS_PANEL_BROWSER_WINDOW_GTK_H_ 5 #ifndef CHROME_BROWSER_UI_PANELS_PANEL_BROWSER_WINDOW_GTK_H_
6 #define CHROME_BROWSER_UI_PANELS_PANEL_BROWSER_WINDOW_GTK_H_ 6 #define CHROME_BROWSER_UI_PANELS_PANEL_BROWSER_WINDOW_GTK_H_
7 7
8 #include "base/memory/weak_ptr.h" 8 #include "base/memory/weak_ptr.h"
9 #include "base/message_loop.h"
9 #include "chrome/browser/ui/gtk/browser_window_gtk.h" 10 #include "chrome/browser/ui/gtk/browser_window_gtk.h"
10 #include "chrome/browser/ui/gtk/menu_gtk.h" 11 #include "chrome/browser/ui/gtk/menu_gtk.h"
11 #include "chrome/browser/ui/panels/native_panel.h" 12 #include "chrome/browser/ui/panels/native_panel.h"
12 #include "ui/base/animation/animation_delegate.h" 13 #include "ui/base/animation/animation_delegate.h"
13 14
14 class Panel; 15 class Panel;
15 class PanelSettingsMenuModel; 16 class PanelSettingsMenuModel;
16 class NativePanelTestingGtk; 17 class NativePanelTestingGtk;
17 18
18 namespace ui { 19 namespace ui {
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 base::Time disableMinimizeUntilTime_; 178 base::Time disableMinimizeUntilTime_;
178 179
179 // Used to animate the bounds change. 180 // Used to animate the bounds change.
180 scoped_ptr<ui::SlideAnimation> bounds_animator_; 181 scoped_ptr<ui::SlideAnimation> bounds_animator_;
181 gfx::Rect animation_start_bounds_; 182 gfx::Rect animation_start_bounds_;
182 183
183 DISALLOW_COPY_AND_ASSIGN(PanelBrowserWindowGtk); 184 DISALLOW_COPY_AND_ASSIGN(PanelBrowserWindowGtk);
184 }; 185 };
185 186
186 #endif // CHROME_BROWSER_UI_PANELS_PANEL_BROWSER_WINDOW_GTK_H_ 187 #endif // CHROME_BROWSER_UI_PANELS_PANEL_BROWSER_WINDOW_GTK_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698