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..0defa243893cef3f51126229a798512d9a4d9a6d 100644 |
--- a/chrome/browser/extensions/webstore_install_helper.h |
+++ b/chrome/browser/extensions/webstore_install_helper.h |
@@ -96,7 +96,7 @@ class WebstoreInstallHelper : public base::RefCounted<WebstoreInstallHelper>, |
// The manifest to parse. |
std::string manifest_; |
- scoped_refptr<safe_json::SafeJsonParser> json_parser_; |
+ bool started_; |
Robert Sesek
2015/07/02 17:28:19
Needs a comment (and maybe a more descriptive name
Bernhard Bauer
2015/07/02 22:38:23
Y'know, we can probably remove it. It was only the
|
// If |icon_url_| is non-empty, it needs to be fetched and decoded into an |
// SkBitmap. |