Index: public/platform/WebManifest.h |
diff --git a/public/platform/WebManifest.h b/public/platform/WebManifest.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..68b7b70bdc797e694c4ecc8869321bbee9b98be5 |
--- /dev/null |
+++ b/public/platform/WebManifest.h |
@@ -0,0 +1,15 @@ |
+// 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. |
+ |
+#ifndef WebManifest_h |
+#define WebManifest_h |
+ |
+namespace blink { |
+ |
+struct WebManifest { |
dcheng
2014/09/01 21:31:14
Nit: maybe a FIXME that this is to be implemented?
mlamouri (slow - plz ping)
2014/09/01 22:49:13
Done.
|
+}; |
+ |
+} // namespace blink |
+ |
+#endif |