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

Unified Diff: components/content_settings/core/common/content_settings.h

Issue 2582203003: Convert SetContentSettingRules to use mojo, part 1/2. (Closed)
Patch Set: Created 4 years 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: components/content_settings/core/common/content_settings.h
diff --git a/components/content_settings/core/common/content_settings.h b/components/content_settings/core/common/content_settings.h
index 3179ef324bf8ff0192314f006a2eb62104e591c3..9c9e7d199399bd04f75d0ab9a752553b4bbfaaf0 100644
--- a/components/content_settings/core/common/content_settings.h
+++ b/components/content_settings/core/common/content_settings.h
@@ -15,6 +15,10 @@
// Different settings that can be assigned for a particular content type. We
// give the user the ability to set these on a global and per-origin basis.
+//
+// A Mojo counterpart is at chrome/common/renderer_configuration*. This mirror
+// type is not automatically generated or updated.
Sam McNally 2016/12/19 00:17:51 Add a TODO to migrate the Java users of this enum
nigeltao1 2016/12/22 04:09:46 Done.
+//
// A Java counterpart will be generated for this enum.
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.preferences.website
// GENERATED_JAVA_CLASS_NAME_OVERRIDE: ContentSettingValues

Powered by Google App Engine
This is Rietveld 408576698