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

Unified Diff: chrome/browser/ui/cocoa/themed_browser_window.h

Issue 7734003: Implement basic theming for panel titlebars. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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/cocoa/themed_browser_window.h
diff --git a/chrome/browser/ui/cocoa/themed_browser_window.h b/chrome/browser/ui/cocoa/themed_browser_window.h
new file mode 100644
index 0000000000000000000000000000000000000000..0034cd874dc56828247796adc86007d6d524660d
--- /dev/null
+++ b/chrome/browser/ui/cocoa/themed_browser_window.h
@@ -0,0 +1,19 @@
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_UI_COCOA_THEMED_BROWSER_WINDOW_H_
+#define CHROME_BROWSER_UI_COCOA_THEMED_BROWSER_WINDOW_H_
+#pragma once
+
+#import <Cocoa/Cocoa.h>
+
+#include "chrome/browser/ui/cocoa/chrome_event_processing_window.h"
+
+// Common base class for themed browser windows.
+@interface ThemedBrowserWindow : ChromeEventProcessingWindow {
+}
+
+@end
+
+#endif // CHROME_BROWSER_UI_COCOA_CHROME_BROWSER_WINDOW_H_

Powered by Google App Engine
This is Rietveld 408576698