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

Unified Diff: chrome/common/extensions/chrome_manifest_handlers.h

Issue 14694010: Consolidate manifest handler registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/common/extensions/chrome_manifest_handlers.h
diff --git a/chrome/common/extensions/chrome_manifest_handlers.h b/chrome/common/extensions/chrome_manifest_handlers.h
new file mode 100644
index 0000000000000000000000000000000000000000..61303ee8e3fe19629485fa1eca07a5908baebfac
--- /dev/null
+++ b/chrome/common/extensions/chrome_manifest_handlers.h
@@ -0,0 +1,16 @@
+// Copyright (c) 2013 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 CHROME_COMMON_EXTENSIONS_CHROME_MANIFEST_HANDLERS_H_
+#define CHROME_COMMON_EXTENSIONS_CHROME_MANIFEST_HANDLERS_H_
+
+namespace extensions {
+
+// Registers all manifest handlers used in Chrome. Should be called
+// once in each process.
+void RegisterChromeManifestHandlers();
+
+} // namespace extensions
+
+#endif // CHROME_COMMON_EXTENSIONS_CHROME_MANIFEST_HANDLERS_H_

Powered by Google App Engine
This is Rietveld 408576698