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

Side by Side Diff: chrome/browser/chromeos/legacy_window_manager/wm_ipc.h

Issue 8539051: aura: Touch state file after first browser is ready. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update more includes 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_CHROMEOS_WM_IPC_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LEGACY_WINDOW_MANAGER_WM_IPC_H_
6 #define CHROME_BROWSER_CHROMEOS_WM_IPC_H_ 6 #define CHROME_BROWSER_CHROMEOS_LEGACY_WINDOW_MANAGER_WM_IPC_H_
7 #pragma once 7 #pragma once
8 8
9 #include <gtk/gtk.h> 9 #include <gtk/gtk.h>
10 #include <map> 10 #include <map>
11 #include <set> 11 #include <set>
12 #include <string> 12 #include <string>
13 #include <vector> 13 #include <vector>
14 14
15 #include "base/logging.h" 15 #include "base/logging.h"
16 #include "third_party/cros_system_api/window_manager/chromeos_wm_ipc_enums.h" 16 #include "third_party/cros_system_api/window_manager/chromeos_wm_ipc_enums.h"
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 XID wm_; 171 XID wm_;
172 172
173 // The current value of the root window's _CHROME_LAYOUT_MODE property. 173 // The current value of the root window's _CHROME_LAYOUT_MODE property.
174 WmIpcLayoutMode layout_mode_; 174 WmIpcLayoutMode layout_mode_;
175 175
176 DISALLOW_COPY_AND_ASSIGN(WmIpc); 176 DISALLOW_COPY_AND_ASSIGN(WmIpc);
177 }; 177 };
178 178
179 } // namespace chromeos 179 } // namespace chromeos
180 180
181 #endif // CHROME_BROWSER_CHROMEOS_WM_IPC_H_ 181 #endif // CHROME_BROWSER_CHROMEOS_LEGACY_WINDOW_MANAGER_WM_IPC_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698