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

Unified Diff: extensions/common/permissions/manifest_permission.h

Issue 1977643002: Generate param traits size methods for IPC files in chrome/ (and traits it depends on). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 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: extensions/common/permissions/manifest_permission.h
diff --git a/extensions/common/permissions/manifest_permission.h b/extensions/common/permissions/manifest_permission.h
index 98e4c2306c3f00e4448bd086704bb1c1318bf6b7..aa05d5fbdee2cdb3c6121c4730fba396e0e2d789 100644
--- a/extensions/common/permissions/manifest_permission.h
+++ b/extensions/common/permissions/manifest_permission.h
@@ -68,6 +68,9 @@ class ManifestPermission {
bool Equal(const ManifestPermission* rhs) const;
// IPC functions
+ // Gets the size of the data to be written.
+ void GetSize(base::PickleSizer* s) const;
+
// Writes this into the given IPC message |m|.
void Write(base::Pickle* m) const;

Powered by Google App Engine
This is Rietveld 408576698