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

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

Issue 10383262: RefCounted types should not have public destructors, delegate cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 06a144022f2909156b8861eba9d8910933f4ccf5..277e56986c76f56365a391be8da97fbb59390793 100644
--- a/chrome/browser/extensions/webstore_install_helper.h
+++ b/chrome/browser/extensions/webstore_install_helper.h
@@ -58,6 +58,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

Powered by Google App Engine
This is Rietveld 408576698