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

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

Issue 23528008: Don't use path expansion for profile dictionaries in LocalState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
Index: chrome/browser/prefs/pref_metrics_service.h
diff --git a/chrome/browser/prefs/pref_metrics_service.h b/chrome/browser/prefs/pref_metrics_service.h
index b2657c1f14afc8ff4a1ac6e28e2cd61d9ddbfe7c..0badbf3b7068fc4a2d92e21eab86c7b006b6da17 100644
--- a/chrome/browser/prefs/pref_metrics_service.h
+++ b/chrome/browser/prefs/pref_metrics_service.h
@@ -108,9 +108,6 @@ class PrefMetricsService : public BrowserContextKeyedService {
// value was present.
bool RemoveTrackedPreference(const char* path);
- // Gets the path to the preference value hash in local state.
- std::string GetHashedPrefPath(const char* path);
-
// Computes an MD5 hash for the given preference value.
std::string GetHashedPrefValue(const char* path, const base::Value* value);
« no previous file with comments | « no previous file | chrome/browser/prefs/pref_metrics_service.cc » ('j') | chrome/browser/prefs/pref_metrics_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698