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

Side by Side Diff: chrome/browser/ui/ozone_stubs.h

Issue 2408803002: Make it possible to launch chrome --mash with ozone_platform={wayland|x11}, chromeos=0 (Closed)
Patch Set: Created 4 years, 2 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) 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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698