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

Unified Diff: chrome/browser/prefs/pref_hash_store.h

Issue 122653005: Chrome Settings Hardening (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: void* 0xBAD instead of returning a base::Value* in checked/stored_value() test helper Created 6 years, 12 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/prefs/pref_hash_filter_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/pref_hash_store.h
diff --git a/chrome/browser/prefs/pref_hash_store.h b/chrome/browser/prefs/pref_hash_store.h
index ebef8c0b2bceba521a763fc6a0e75ea3d2ec893e..12449452b00bae8e94cef773e1a93d855fd038f3 100644
--- a/chrome/browser/prefs/pref_hash_store.h
+++ b/chrome/browser/prefs/pref_hash_store.h
@@ -9,8 +9,6 @@
#include "base/memory/scoped_ptr.h"
-class PrefHashTracker;
-
namespace base {
class Value;
} // namespace base
@@ -41,7 +39,7 @@ class PrefHashStore {
virtual ValueState CheckValue(
const std::string& path, const base::Value* initial_value) const = 0;
- // Stores a hash of the current value of the preference at |path|.
+ // Stores a hash of the current |value| of the preference at |path|.
virtual void StoreHash(const std::string& path,
const base::Value* value) = 0;
};
« no previous file with comments | « chrome/browser/prefs/pref_hash_filter_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698