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

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

Issue 2702423004: Validate incoming window properties. (Closed)
Patch Set: msw comments Created 3 years, 10 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/BUILD.gn ('k') | ash/public/cpp/shelf_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/cpp/shelf_types.h
diff --git a/ash/public/cpp/shelf_types.h b/ash/public/cpp/shelf_types.h
index 607419929edf2482ce9d7914b214e1af40b1fa17..446b454b017cfe2e9bb1c04c2912c8c1b8d61409 100644
--- a/ash/public/cpp/shelf_types.h
+++ b/ash/public/cpp/shelf_types.h
@@ -5,6 +5,10 @@
#ifndef ASH_PUBLIC_CPP_SHELF_TYPES_H_
#define ASH_PUBLIC_CPP_SHELF_TYPES_H_
+#include <cstdint>
+
+#include "ash/public/cpp/ash_public_export.h"
+
namespace ash {
enum ShelfAlignment {
@@ -114,6 +118,9 @@ enum ShelfItemType {
TYPE_UNDEFINED,
};
+// Returns true if |i| is a valid ShelfItemType.
msw 2017/02/23 23:22:35 nit: i->type
Elliot Glaysher 2017/02/23 23:26:20 Done.
+ASH_PUBLIC_EXPORT bool IsValidShelfItemType(int64_t type);
+
// Represents the status of applications in the shelf.
enum ShelfItemStatus {
// A closed shelf item, i.e. has no live instance.
« no previous file with comments | « ash/public/cpp/BUILD.gn ('k') | ash/public/cpp/shelf_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698