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

Unified Diff: chrome/browser/extensions/webstore_install_helper.h

Issue 1214903010: Make JSONParser a pure interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: review Created 5 years, 6 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/webstore_install_helper.h
diff --git a/chrome/browser/extensions/webstore_install_helper.h b/chrome/browser/extensions/webstore_install_helper.h
index 90c6b65a9d7daa4346c03306bf3b67abb097e073..7b1f62c185d062a1a5e9eabc96f1cb4c85edf8d0 100644
--- a/chrome/browser/extensions/webstore_install_helper.h
+++ b/chrome/browser/extensions/webstore_install_helper.h
@@ -96,8 +96,6 @@ class WebstoreInstallHelper : public base::RefCounted<WebstoreInstallHelper>,
// The manifest to parse.
std::string manifest_;
- scoped_refptr<safe_json::SafeJsonParser> json_parser_;
-
// If |icon_url_| is non-empty, it needs to be fetched and decoded into an
// SkBitmap.
GURL icon_url_;

Powered by Google App Engine
This is Rietveld 408576698