| 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 ff57a73f9a81a15cfb62f42f8c47aec68c88233c..cb7fad720c19c17804834e87138cc745931bd7d5 100644
|
| --- a/chrome/browser/extensions/webstore_install_helper.h
|
| +++ b/chrome/browser/extensions/webstore_install_helper.h
|
| @@ -59,6 +59,9 @@ class WebstoreInstallHelper : public content::UtilityProcessHostClient,
|
| const std::string& id,
|
| InstallHelperResultCode result_code,
|
| const std::string& error_message) = 0;
|
| +
|
| + protected:
|
| + virtual ~Delegate() {}
|
| };
|
|
|
| // Only one of |icon_data| (based64-encoded icon data) or |icon_url| can be
|
|
|