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

Unified Diff: chrome/browser/task_manager/task_manager.h

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review. Created 8 years 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/task_manager/task_manager.h
diff --git a/chrome/browser/task_manager/task_manager.h b/chrome/browser/task_manager/task_manager.h
index 5ac34c4b9c7188d9a4f5b92b441d2599c1a2cf29..7e6de3fc7ec83cddde01cebc60e2a89e533bacfe 100644
--- a/chrome/browser/task_manager/task_manager.h
+++ b/chrome/browser/task_manager/task_manager.h
@@ -21,6 +21,7 @@
#include "content/public/common/gpu_memory_stats.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
+class PrefServiceSimple;
class TaskManagerModel;
class TaskManagerModelGpuDataManagerObserver;
@@ -184,7 +185,7 @@ class TaskManager {
virtual ~ResourceProvider() {}
};
- static void RegisterPrefs(PrefService* prefs);
+ static void RegisterPrefs(PrefServiceSimple* prefs);
// Returns true if the process at the specified index is the browser process.
bool IsBrowserProcess(int index) const;

Powered by Google App Engine
This is Rietveld 408576698