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

Unified Diff: chromecast/media/cma/backend/alsa/post_processing_pipeline_parser.h

Issue 2958393002: Add a simple, safe gain PostProcessor. (Closed)
Patch Set: Unrelated cleanup Created 3 years, 5 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: chromecast/media/cma/backend/alsa/post_processing_pipeline_parser.h
diff --git a/chromecast/media/cma/backend/alsa/post_processing_pipeline_parser.h b/chromecast/media/cma/backend/alsa/post_processing_pipeline_parser.h
index 76f11bbf18c36323d7211184e79205233a775985..e75f872df0560c8e577291025a02696ac9403849 100644
--- a/chromecast/media/cma/backend/alsa/post_processing_pipeline_parser.h
+++ b/chromecast/media/cma/backend/alsa/post_processing_pipeline_parser.h
@@ -55,8 +55,6 @@ class PostProcessingPipelineParser {
const base::ListValue* GetMixPipeline();
const base::ListValue* GetLinearizePipeline();
- static std::string GetFilePath();
-
private:
const base::ListValue* GetPipelineByKey(const std::string& key);

Powered by Google App Engine
This is Rietveld 408576698