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

Unified Diff: ash/public/cpp/window_pin_type.h

Issue 2778733004: Add WindowPinType property on arua::Window (Closed)
Patch Set: Address review issues. Created 3 years, 8 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
« no previous file with comments | « ash/public/cpp/mus_property_mirror_ash.cc ('k') | ash/public/cpp/window_pin_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/cpp/window_pin_type.h
diff --git a/ash/public/cpp/window_pin_type.h b/ash/public/cpp/window_pin_type.h
new file mode 100644
index 0000000000000000000000000000000000000000..8fe6905897f5bbf376ebef8049a9faf13ee16415
--- /dev/null
+++ b/ash/public/cpp/window_pin_type.h
@@ -0,0 +1,18 @@
+// Copyright 2017 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 ASH_PUBLIC_CPP_WINDOW_PIN_TYPE_H_
+#define ASH_PUBLIC_CPP_WINDOW_PIN_TYPE_H_
+
+#include <cstdint>
+
+#include "ash/public/cpp/ash_public_export.h"
+
+namespace ash {
+
+ASH_PUBLIC_EXPORT bool IsValidWindowPinType(int64_t value);
+
+} // namespace ash
+
+#endif // ASH_PUBLIC_CPP_WINDOW_PIN_TYPE_H_
« no previous file with comments | « ash/public/cpp/mus_property_mirror_ash.cc ('k') | ash/public/cpp/window_pin_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698