summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prefs
diff options
context:
space:
mode:
authorivankr@chromium.org <ivankr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-16 10:34:20 +0000
committerivankr@chromium.org <ivankr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-16 10:34:20 +0000
commit321775f78a1b4964888d5b7e590de88d778139e0 (patch)
treeab828ea6cffd47907d0ebb93778fc041df368239 /chrome/browser/prefs
parent8546dab493e23c4eec96ff45481bc8e58da39091 (diff)
downloadchromium_src-321775f78a1b4964888d5b7e590de88d778139e0.zip
chromium_src-321775f78a1b4964888d5b7e590de88d778139e0.tar.gz
chromium_src-321775f78a1b4964888d5b7e590de88d778139e0.tar.bz2
Added textual notice to PrefService and WebDataService that third-party modifications to user data are prohibited.
See the corresponding bug for reasoning of this. BUG=117028 TEST=None Review URL: http://codereview.chromium.org/9689061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127150 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/prefs')
-rw-r--r--chrome/browser/prefs/pref_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/prefs/pref_service.h b/chrome/browser/prefs/pref_service.h
index d2d6d7c..81c943b 100644
--- a/chrome/browser/prefs/pref_service.h
+++ b/chrome/browser/prefs/pref_service.h
@@ -4,6 +4,10 @@
// This provides a way to access the application's current preferences.
+// Chromium settings and storage represent user-selected preferences and
+// information and MUST not be extracted, overwritten or modified except
+// through Chromium defined APIs.
+
#ifndef CHROME_BROWSER_PREFS_PREF_SERVICE_H_
#define CHROME_BROWSER_PREFS_PREF_SERVICE_H_
#pragma once