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

Unified Diff: mash/shelf/shelf_item_types.cc

Issue 1585363002: Fork a subset of ash/shelf for use in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ui/resources dep; comment out unused constants. Created 4 years, 11 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 | « mash/shelf/shelf_item_types.h ('k') | mash/shelf/shelf_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/shelf/shelf_item_types.cc
diff --git a/mash/shelf/shelf_item_types.cc b/mash/shelf/shelf_item_types.cc
new file mode 100644
index 0000000000000000000000000000000000000000..6d9a14ad00e1b70f5e8da48923441f9fcc980aa9
--- /dev/null
+++ b/mash/shelf/shelf_item_types.cc
@@ -0,0 +1,21 @@
+// Copyright 2014 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.
+
+#include "mash/shelf/shelf_item_types.h"
+
+#include "mash/shelf/shelf_constants.h"
+
+namespace mash {
+namespace shelf {
+
+ShelfItem::ShelfItem()
+ : type(TYPE_UNDEFINED),
+ id(kInvalidShelfID),
+ status(STATUS_CLOSED),
+ window_id(0) {}
+
+ShelfItem::~ShelfItem() {}
+
+} // namespace shelf
+} // namespace mash
« no previous file with comments | « mash/shelf/shelf_item_types.h ('k') | mash/shelf/shelf_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698