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

Unified Diff: chrome/common/content_settings_pattern_serializer.h

Issue 2582203003: Convert SetContentSettingRules to use mojo, part 1/2. (Closed)
Patch Set: Convert SetContentSettingRules to use mojo, part 1/2. Created 3 years, 11 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 | « chrome/common/BUILD.gn ('k') | chrome/common/renderer_configuration.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/content_settings_pattern_serializer.h
diff --git a/chrome/common/content_settings_pattern_serializer.h b/chrome/common/content_settings_pattern_serializer.h
index b1236074ac730dd1531f299ebf16281c4bbb6d32..4b45043ff92d19c4d77ba542cf4357a4f67ce0e0 100644
--- a/chrome/common/content_settings_pattern_serializer.h
+++ b/chrome/common/content_settings_pattern_serializer.h
@@ -15,6 +15,7 @@ class PickleSizer;
class ContentSettingsPattern;
+// TODO(nigeltao): delete this class, once content settings is Mojofied.
class ContentSettingsPatternSerializer {
public:
// Gets the serialized pattern's size.
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/renderer_configuration.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698