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

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

Issue 24930003: Migrate startup URLs pref. (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 0badbf3b7068fc4a2d92e21eab86c7b006b6da17..dffaeff8d870cc9ac872963feb46e5c039695d98 100644
--- a/chrome/browser/prefs/pref_metrics_service.h
+++ b/chrome/browser/prefs/pref_metrics_service.h
@@ -87,11 +87,9 @@ class PrefMetricsService : public BrowserContextKeyedService {
const std::string& histogram_name,
const Value* value);
- // Callback for a list pref change. Each item in the list
- // is logged using the given histogram callback.
- void LogListPrefChange(const LogHistogramValueCallback& item_callback,
- const std::string& histogram_name,
- const Value* value);
+ // Callback for a startup URLs pref change.
+ void LogStartupURLsPrefChange(const std::string& histogram_name,
+ const Value* value);
// Callback to receive a unique device_id.
void GetDeviceIdCallback(const std::string& device_id);
« 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