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

Unified Diff: chrome/browser/extensions/api/webstore_private/webstore_private_api.h

Issue 10694106: Added support for multiple parameters to Extension API callbacks. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Synced. Created 8 years, 5 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/browser/extensions/api/webstore_private/webstore_private_api.h
diff --git a/chrome/browser/extensions/api/webstore_private/webstore_private_api.h b/chrome/browser/extensions/api/webstore_private/webstore_private_api.h
index d359c6e736f987af8f4541020d19a77b8bdb98c2..e19cc6d3565fff020fa280453857f110a760b8de 100644
--- a/chrome/browser/extensions/api/webstore_private/webstore_private_api.h
+++ b/chrome/browser/extensions/api/webstore_private/webstore_private_api.h
@@ -131,7 +131,7 @@ class BeginInstallWithManifestFunction
virtual bool RunImpl() OVERRIDE;
// Sets the result_ as a string based on |code|.
- void SetResult(ResultCode code);
+ void SetResultCode(ResultCode code);
private:
// These store the input parameters to the function.

Powered by Google App Engine
This is Rietveld 408576698