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

Unified Diff: trunk/src/chrome/browser/extensions/webstore_data_fetcher_delegate.h

Issue 58773002: Revert 232877 "Switch the WebstoreDataFetcherDelegate::OnWebstor..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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: trunk/src/chrome/browser/extensions/webstore_data_fetcher_delegate.h
===================================================================
--- trunk/src/chrome/browser/extensions/webstore_data_fetcher_delegate.h (revision 232879)
+++ trunk/src/chrome/browser/extensions/webstore_data_fetcher_delegate.h (working copy)
@@ -21,7 +21,7 @@
// Invoked when the web store response parsing is successful. Delegate takes
// ownership of |webstore_data|.
virtual void OnWebstoreResponseParseSuccess(
- scoped_ptr<base::DictionaryValue> webstore_data) = 0;
+ base::DictionaryValue* webstore_data) = 0;
// Invoked when the web store response parsing is failed.
virtual void OnWebstoreResponseParseFailure(const std::string& error) = 0;

Powered by Google App Engine
This is Rietveld 408576698