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

Side by Side Diff: app/win_util.h

Issue 113169: Move win_util.h from common to app. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « app/os_exchange_data_unittest.cc ('k') | app/win_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 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_COMMON_WIN_UTIL_H_ 5 #ifndef APP_WIN_UTIL_H_
6 #define CHROME_COMMON_WIN_UTIL_H_ 6 #define APP_WIN_UTIL_H_
7 7
8 #include <objbase.h> 8 #include <objbase.h>
9 9
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "app/gfx/chrome_font.h" 13 #include "app/gfx/chrome_font.h"
14 #include "base/fix_wp64.h" 14 #include "base/fix_wp64.h"
15 #include "base/gfx/rect.h" 15 #include "base/gfx/rect.h"
16 #include "base/scoped_handle.h" 16 #include "base/scoped_handle.h"
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 UINT flags); 285 UINT flags);
286 286
287 // Returns the system set window title font. 287 // Returns the system set window title font.
288 ChromeFont GetWindowTitleFont(); 288 ChromeFont GetWindowTitleFont();
289 289
290 // The thickness of an auto-hide taskbar in pixels. 290 // The thickness of an auto-hide taskbar in pixels.
291 extern const int kAutoHideTaskbarThicknessPx; 291 extern const int kAutoHideTaskbarThicknessPx;
292 292
293 } // namespace win_util 293 } // namespace win_util
294 294
295 #endif // CHROME_COMMON_WIN_UTIL_H_ 295 #endif // APP_WIN_UTIL_H_
OLDNEW
« no previous file with comments | « app/os_exchange_data_unittest.cc ('k') | app/win_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698