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

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

Issue 14801002: Switch Audio Preferences to per device. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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_pref_handler_impl.h
diff --git a/chrome/browser/chromeos/audio/audio_pref_handler_impl.h b/chrome/browser/chromeos/audio/audio_pref_handler_impl.h
index 454180fe579de890d96c055bf4a15b7e3276e1c0..47f8da0c1a13c0234eb3315ab3069940b79b5f2b 100644
--- a/chrome/browser/chromeos/audio/audio_pref_handler_impl.h
+++ b/chrome/browser/chromeos/audio/audio_pref_handler_impl.h
@@ -14,6 +14,8 @@ class PrefService;
namespace chromeos {
+// TODO(jennyz,rkc): This class will be removed once we remove the old Audio
+// Handler code.
// Class which implements AudioPrefHandler interface and register audio
// preferences as well.
class AudioPrefHandlerImpl : public AudioPrefHandler {

Powered by Google App Engine
This is Rietveld 408576698