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

Unified Diff: chrome/browser/android/preferences/pref_service_bridge.cc

Issue 1372353004: Making structure for ContentSettings and its corresponding strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | chrome/browser/extensions/api/content_settings/content_settings_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/preferences/pref_service_bridge.cc
diff --git a/chrome/browser/android/preferences/pref_service_bridge.cc b/chrome/browser/android/preferences/pref_service_bridge.cc
index 963a006f59bbcb27e216e90caece5cb4f1c516cd..aa219f514cba4225251358ac79d34951ac477082 100644
--- a/chrome/browser/android/preferences/pref_service_bridge.cc
+++ b/chrome/browser/android/preferences/pref_service_bridge.cc
@@ -85,9 +85,9 @@ std::string GetStringForContentSettingsType(
case CONTENT_SETTING_ASK:
return "ask";
case CONTENT_SETTING_SESSION_ONLY:
- return "session";
+ return "session_only";
Bernhard Bauer 2015/10/07 15:30:16 Can you revert the changes in this file? They don'
Deepak 2015/10/08 06:14:53 Done.
case CONTENT_SETTING_DETECT_IMPORTANT_CONTENT:
- return "detect";
+ return "detect_important_content";
case CONTENT_SETTING_NUM_SETTINGS:
return "num_settings";
case CONTENT_SETTING_DEFAULT:
« no previous file with comments | « no previous file | chrome/browser/extensions/api/content_settings/content_settings_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698