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

Unified Diff: media/audio/linux/alsa_output.h

Issue 2825006: Revert 49982 - patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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
« no previous file with comments | « ipc/ipc_message_utils.h ('k') | media/audio/linux/alsa_output.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/linux/alsa_output.h
===================================================================
--- media/audio/linux/alsa_output.h (revision 50001)
+++ media/audio/linux/alsa_output.h (working copy)
@@ -114,7 +114,6 @@
virtual ~AlsaPcmOutputStream();
- public: // clang workaround
// Flags indicating the state of the stream.
enum InternalState {
kInError = 0,
@@ -124,7 +123,6 @@
kIsStopped,
kIsClosed
};
- private:
friend std::ostream& operator<<(std::ostream& os, InternalState);
// Various tasks that complete actions started in the public API.
« no previous file with comments | « ipc/ipc_message_utils.h ('k') | media/audio/linux/alsa_output.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698