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

Unified Diff: public/platform/WebManifest.h

Issue 295063002: [NotLanded] Implement the fetching algorithm of the Web Manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update comments Created 6 years, 4 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: public/platform/WebManifest.h
diff --git a/Source/bindings/modules/v8/ModuleBindingsInitializer.h b/public/platform/WebManifest.h
similarity index 61%
copy from Source/bindings/modules/v8/ModuleBindingsInitializer.h
copy to public/platform/WebManifest.h
index 892bb0ba9eded41f17a2d45d60cd9ca8330227c4..68b7b70bdc797e694c4ecc8869321bbee9b98be5 100644
--- a/Source/bindings/modules/v8/ModuleBindingsInitializer.h
+++ b/public/platform/WebManifest.h
@@ -2,14 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ModuleBindingsInitializer_h
-#define ModuleBindingsInitializer_h
+#ifndef WebManifest_h
+#define WebManifest_h
namespace blink {
-class ModuleBindingsInitializer {
-public:
- static void init();
+struct WebManifest {
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698