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

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

Issue 10169019: Add PanelBrowserTitlebarGtk for panels on GTK. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Patch to land Created 8 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_UI_PANELS_PANEL_BROWSER_TITLEBAR_GTK_H_
6 #define CHROME_BROWSER_UI_PANELS_PANEL_BROWSER_TITLEBAR_GTK_H_
7
8 #include "chrome/browser/ui/gtk/browser_titlebar.h"
9
10 class PanelBrowserTitlebarGtk : public BrowserTitlebar {
11 public:
12 PanelBrowserTitlebarGtk(BrowserWindowGtk* browser_window, GtkWindow* window);
13 virtual ~PanelBrowserTitlebarGtk();
14
15 protected:
16 // Overridden from BrowserTitlebar:
17 virtual bool BuildButton(const std::string& button_token,
18 bool left_side) OVERRIDE;
19 virtual void ShowFaviconMenu(GdkEventButton* event) OVERRIDE;
20
21 private:
22 DISALLOW_COPY_AND_ASSIGN(PanelBrowserTitlebarGtk);
23 };
24
25 #endif // CHROME_BROWSER_UI_PANELS_PANEL_BROWSER_TITLEBAR_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/browser_window_gtk.cc ('k') | chrome/browser/ui/panels/panel_browser_titlebar_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698