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

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

Issue 10483010: Change the visual appearance of panel on GTK per new UI design. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 8 years, 6 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/native_panel.h
diff --git a/chrome/browser/ui/panels/native_panel.h b/chrome/browser/ui/panels/native_panel.h
index 61d1ff92ad9d6f22f21b903f1e2ba374801d334a..527fbba5e834d9b310bb770d3eb6906ce9cd171a 100644
--- a/chrome/browser/ui/panels/native_panel.h
+++ b/chrome/browser/ui/panels/native_panel.h
@@ -101,12 +101,6 @@ class NativePanel {
// native panel used only by test automation.
class NativePanelTesting {
public:
- enum TitlebarButtonType {
- CLOSE_BUTTON,
- MINIMIZE_BUTTON,
- RESTORE_BUTTON
- };
-
static NativePanelTesting* Create(NativePanel* native_panel);
virtual ~NativePanelTesting() {}
@@ -136,7 +130,7 @@ class NativePanelTesting {
virtual bool IsWindowSizeKnown() const = 0;
virtual bool IsAnimatingBounds() const = 0;
- virtual bool IsButtonVisible(TitlebarButtonType button_type) const = 0;
+ virtual bool IsButtonVisible(panel::TitlebarButtonType button_type) const = 0;
};
#endif // CHROME_BROWSER_UI_PANELS_NATIVE_PANEL_H_

Powered by Google App Engine
This is Rietveld 408576698