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

Unified Diff: chrome/common/extensions/api/extension_api.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/common/extensions/api/extension_api.h
diff --git a/chrome/common/extensions/api/extension_api.h b/chrome/common/extensions/api/extension_api.h
index d56325f0af6d357fa74903553a870e29651fd3ea..1706239855102a77b99c36441c2205298defcd79 100644
--- a/chrome/common/extensions/api/extension_api.h
+++ b/chrome/common/extensions/api/extension_api.h
@@ -19,7 +19,7 @@ class ListValue;
namespace extensions {
-// C++ Wrapper for the extension_api.json file.
+// C++ Wrapper for the JSON API definitions in api/.
Aaron Boodman 2011/12/07 23:30:35 Here, please use chrome/common/extensions/api/
koz (OOO until 15th September) 2011/12/09 19:24:18 Done.
class ExtensionAPI {
public:
// Returns the single instance of this class.

Powered by Google App Engine
This is Rietveld 408576698