Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright (c) 2016 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_OZONE_STUBS_H_ | |
| 6 #define CHROME_BROWSER_UI_OZONE_STUBS_H_ | |
| 7 | |
| 8 namespace ui { | |
| 9 | |
| 10 // Determine whether we should default to native decorations or the custom | |
| 11 // frame based on the currently-running window manager. | |
| 12 bool GetCustomFramePrefDefault(); | |
| 13 | |
| 14 } // namespace ui | |
| 15 | |
| 16 #endif // CHROME_BROWSER_UI_OZONE_STUBS_H_ | |
| 17 | |
|
fwang
2016/10/11 07:30:09
Extra blank line at the end of the file.
tonikitoo
2016/10/11 12:59:03
Done.
| |
| OLD | NEW |