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

Side by Side Diff: chrome/browser/chromeos/frame/panel_controller.h

Issue 5854003: Remove CrOS hack from ppapi.gyp that made the include directories work. This... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_CHROMEOS_FRAME_PANEL_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_
6 #define CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_ 6 #define CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <gtk/gtk.h> 9 #include <gtk/gtk.h>
10 10
11 #include "app/x11_util.h" 11 #include "app/x11_util.h"
12 #include "cros/chromeos_wm_ipc_enums.h" 12 #include "third_party/cros/chromeos_wm_ipc_enums.h"
13 #include "views/controls/button/button.h" 13 #include "views/controls/button/button.h"
14 14
15 class BrowserView; 15 class BrowserView;
16 class SkBitmap; 16 class SkBitmap;
17 typedef unsigned long XID; 17 typedef unsigned long XID;
18 18
19 namespace views { 19 namespace views {
20 class ImageButton; 20 class ImageButton;
21 class ImageView; 21 class ImageView;
22 class Label; 22 class Label;
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 146
147 // GTK client event handler id. 147 // GTK client event handler id.
148 int client_event_handler_id_; 148 int client_event_handler_id_;
149 149
150 DISALLOW_COPY_AND_ASSIGN(PanelController); 150 DISALLOW_COPY_AND_ASSIGN(PanelController);
151 }; 151 };
152 152
153 } // namespace chromeos 153 } // namespace chromeos
154 154
155 #endif // CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_ 155 #endif // CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/frame/panel_browser_view.cc ('k') | chrome/browser/chromeos/frame/panel_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698