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

Unified Diff: base/supports_user_data.h

Issue 10827207: Mountain Lion: use the system download progress. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 8 years, 4 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
« no previous file with comments | « no previous file | base/supports_user_data.cc » ('j') | chrome/browser/download/download_status_updater.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/supports_user_data.h
diff --git a/base/supports_user_data.h b/base/supports_user_data.h
index 17899dd9c7893fe4929424bbb841e05b02e71a18..0a7c2dd49d571c40899bb52d637250d57e69911f 100644
--- a/base/supports_user_data.h
+++ b/base/supports_user_data.h
@@ -32,6 +32,7 @@ class BASE_EXPORT SupportsUserData {
// delete the object if it is changed or the object is destroyed.
Data* GetUserData(const void* key) const;
void SetUserData(const void* key, Data* data);
+ void RemoveUserData(const void* key);
protected:
virtual ~SupportsUserData();
« no previous file with comments | « no previous file | base/supports_user_data.cc » ('j') | chrome/browser/download/download_status_updater.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698