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

Unified Diff: chrome/browser/chromeos/audio/audio_handler.h

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/chromeos/audio/audio_handler.h
diff --git a/chrome/browser/chromeos/audio/audio_handler.h b/chrome/browser/chromeos/audio/audio_handler.h
index 78b333ba6d9915984c3a3688854c038aae4e6304..8675371bbf24d47b8e0c635b21e463f40bc686a1 100644
--- a/chrome/browser/chromeos/audio/audio_handler.h
+++ b/chrome/browser/chromeos/audio/audio_handler.h
@@ -14,8 +14,8 @@
template <typename T> struct DefaultSingletonTraits;
class PrefChangeRegistrar;
+class PrefRegistrarSimple;
class PrefService;
-class PrefServiceSimple;
namespace chromeos {
@@ -44,7 +44,7 @@ class AudioHandler {
static AudioHandler* GetInstance();
// Registers volume and mute preferences.
- static void RegisterPrefs(PrefServiceSimple* local_state);
+ static void RegisterPrefs(PrefRegistrarSimple* local_state);
// Gets volume level in our internal 0-100% range, 0 being pure silence.
double GetVolumePercent();

Powered by Google App Engine
This is Rietveld 408576698