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

Unified 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 side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698