summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/chrome_manifest_handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/chrome_manifest_handlers.h')
-rw-r--r--chromium/chrome/common/extensions/chrome_manifest_handlers.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/chrome/common/extensions/chrome_manifest_handlers.h b/chromium/chrome/common/extensions/chrome_manifest_handlers.h
new file mode 100644
index 00000000000..03d9a5fbb71
--- /dev/null
+++ b/chromium/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. See also extensions/common/common_manifest_handlers.h.
+void RegisterChromeManifestHandlers();
+
+} // namespace extensions
+
+#endif // CHROME_COMMON_EXTENSIONS_CHROME_MANIFEST_HANDLERS_H_