Chromium Code Reviews| Index: chrome/browser/ui/ozone_stubs.h |
| diff --git a/chrome/browser/ui/ozone_stubs.h b/chrome/browser/ui/ozone_stubs.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4e4c4c8dfa8a9d2f676f193a4122febc49e9cdbc |
| --- /dev/null |
| +++ b/chrome/browser/ui/ozone_stubs.h |
| @@ -0,0 +1,17 @@ |
| +// Copyright (c) 2016 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| +// |
| +#ifndef CHROME_BROWSER_UI_OZONE_STUBS_H_ |
| +#define CHROME_BROWSER_UI_OZONE_STUBS_H_ |
| + |
| +namespace ui { |
| + |
| +// Determine whether we should default to native decorations or the custom |
| +// frame based on the currently-running window manager. |
| +bool GetCustomFramePrefDefault(); |
| + |
| +} // namespace ui |
| + |
| +#endif // CHROME_BROWSER_UI_OZONE_STUBS_H_ |
| + |
|
fwang
2016/10/11 07:30:09
Extra blank line at the end of the file.
tonikitoo
2016/10/11 12:59:03
Done.
|