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

Unified Diff: chrome/renderer/extensions/extension_dispatcher.h

Issue 8869003: Move the "extension" namespace from extension_api.json into extension_api_extension.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/renderer/extensions/extension_dispatcher.h
diff --git a/chrome/renderer/extensions/extension_dispatcher.h b/chrome/renderer/extensions/extension_dispatcher.h
index 9c51da253e85c3d0aa79f581061f39fa4a36a5b8..810fedabcd6db2a47fdd6721e09aa4e617098b6e 100644
--- a/chrome/renderer/extensions/extension_dispatcher.h
+++ b/chrome/renderer/extensions/extension_dispatcher.h
@@ -152,7 +152,7 @@ class ExtensionDispatcher : public content::RenderProcessObserver {
// The v8 extensions which are restricted to extension-related contexts.
std::set<std::string> restricted_v8_extensions_;
- // All declared function names from extension_api.json.
+ // All declared function names from api/.
Aaron Boodman 2011/12/07 23:30:35 Can remove " from api/"
koz (OOO until 15th September) 2011/12/09 19:24:18 Done.
std::set<std::string> function_names_;
// The extensions that are active in this process.

Powered by Google App Engine
This is Rietveld 408576698