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

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

Issue 101203008: Allow app_shell to run past extension manifest parsing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup register_manifest Created 6 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
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
index 61303ee8e3fe19629485fa1eca07a5908baebfac..03d9a5fbb7116a62f17469a01f3d41e36b230e2f 100644
--- a/chrome/common/extensions/chrome_manifest_handlers.h
+++ b/chrome/common/extensions/chrome_manifest_handlers.h
@@ -8,7 +8,7 @@
namespace extensions {
// Registers all manifest handlers used in Chrome. Should be called
-// once in each process.
+// once in each process. See also extensions/common/common_manifest_handlers.h.
void RegisterChromeManifestHandlers();
} // namespace extensions
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.cc ('k') | chrome/common/extensions/chrome_manifest_handlers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698