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

Side by Side Diff: chrome/browser/chromeos/audio_mixer.cc

Issue 5859003: Add ALSA support to volume keys (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/chromeos
Patch Set: more cleanup Created 9 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/chromeos/audio_mixer.h"
6
7 namespace chromeos {
8
9 AudioMixer::AudioMixer() {
Daniel Erat 2011/01/05 01:06:53 Any reason that these can't just go in the header?
davejcool 2011/01/05 01:42:16 I moved them into a .cc after Andrew's comment to:
10 }
11
12 AudioMixer::~AudioMixer() {
13 }
14
15 } // namespace chromeos
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698