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

Unified Diff: chrome/browser/extensions/extension_webstore_private_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/browser/extensions/extension_webstore_private_api.h
diff --git a/chrome/browser/extensions/extension_webstore_private_api.h b/chrome/browser/extensions/extension_webstore_private_api.h
index bb4c476d3d451941766559f96cf3d98ec53ac4c0..0ec3ff1609930f0ad3f6c2f49c49996e94b1a2c4 100644
--- a/chrome/browser/extensions/extension_webstore_private_api.h
+++ b/chrome/browser/extensions/extension_webstore_private_api.h
@@ -42,7 +42,7 @@ class BeginInstallWithManifestFunction
// Result codes for the return value. If you change this, make sure to
// update the description for the beginInstallWithManifest3 callback in
- // extension_api.json.
+ // api/.
enum ResultCode {
ERROR_NONE = 0,

Powered by Google App Engine
This is Rietveld 408576698