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

Unified Diff: extensions/common/extension_messages.h

Issue 1349613003: [Extensions] Un-refcount PermissionSet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: extensions/common/extension_messages.h
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
index 44549341b84c6d00434e0914be70a80e18a05fb1..8b813528c17e7154963a68275e38ed66a5ce30f6 100644
--- a/extensions/common/extension_messages.h
+++ b/extensions/common/extension_messages.h
@@ -249,7 +249,7 @@ struct ExtensionMsg_PermissionSetStruct {
const extensions::PermissionSet& permissions);
~ExtensionMsg_PermissionSetStruct();
- scoped_refptr<const extensions::PermissionSet> ToPermissionSet() const;
+ scoped_ptr<const extensions::PermissionSet> ToPermissionSet() const;
extensions::APIPermissionSet apis;
extensions::ManifestPermissionSet manifest_permissions;

Powered by Google App Engine
This is Rietveld 408576698