| Index: chrome/test/functional/media/media_test_env_names.py
|
| diff --git a/chrome/test/functional/media/media_test_env_names.py b/chrome/test/functional/media/media_test_env_names.py
|
| index d93f0cacbadb9158db4d7ed18a54a2135d9032fb..56454a274b571adc34cfcf00a5029959df6d241e 100644
|
| --- a/chrome/test/functional/media/media_test_env_names.py
|
| +++ b/chrome/test/functional/media/media_test_env_names.py
|
| @@ -25,7 +25,8 @@ class MediaTestEnvNames:
|
| EXTRA_NICKNAME_ENV_NAME = 'EXTRA_NICKNAME'
|
|
|
| # Define this environment variable when you do not want to report
|
| - # the first result output. First result includes time to start up the browser.
|
| + # the first result output. First result includes time to start up the
|
| + # browser.
|
| REMOVE_FIRST_RESULT_ENV_NAME = 'REMOVE_FIRST_RESULT'
|
|
|
| # Add t=Data() parameter in query string to disable media cache
|
| @@ -58,4 +59,7 @@ class MediaTestEnvNames:
|
| REFERENCE_BUILD_ENV_NAME = 'REFERENCE_BUILD'
|
|
|
| # Define the path to the directory that contains binaries of reference build.
|
| - REFERENCE_BUILD_DIR_ENV_NAME = 'REFERENCE_BUILD_DIR'
|
| + REFERENCE_BUILD_DIR_ENV_NAME = 'REFERENCE_BUILD_DIR'
|
| +
|
| + # Define track(caption) file.
|
| + TRACK_FILE_ENV_NAME = 'TRACK_FILE'
|
|
|