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

Unified Diff: chrome/common/common_param_traits.cc

Issue 7711016: Fixed a few places that should know about CONTENT_SETTINGS_TYPE_INTENTS (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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 | « chrome/browser/content_settings/content_settings_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/common_param_traits.cc
diff --git a/chrome/common/common_param_traits.cc b/chrome/common/common_param_traits.cc
index f06682f46793eaa6ef236c825f03917643ca5142..8a14b30ee36b0e9ea66e22b0ae3f3fcf983ffee6 100644
--- a/chrome/common/common_param_traits.cc
+++ b/chrome/common/common_param_traits.cc
@@ -88,6 +88,9 @@ void ParamTraits<ContentSettingsType>::Log(const param_type& p,
case CONTENT_SETTINGS_TYPE_NOTIFICATIONS:
setting_type = "CONTENT_SETTINGS_TYPE_NOTIFICATIONS";
break;
+ case CONTENT_SETTINGS_TYPE_INTENTS:
+ setting_type = "CONTENT_SETTINGS_TYPE_INTENTS";
+ break;
default:
setting_type = "UNKNOWN";
break;
« no previous file with comments | « chrome/browser/content_settings/content_settings_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698