Chromium Code Reviews| 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 6667f43d03378a02bc49690cb3fc708b64a4aa53..92336d02c9e3893584e8d6bd42c38e5a7781e008 100644 |
| --- a/chrome/test/functional/media/media_test_env_names.py |
| +++ b/chrome/test/functional/media/media_test_env_names.py |
| @@ -55,3 +55,6 @@ class MediaTestEnvNames: |
| # Define the test scenario, which contains operations during tests. |
| TEST_SCENARIO_ENV_NAME = 'TEST_SCENARIO' |
| + |
| + # Define this is run on reference build or not. |
|
dennis_jeffrey
2011/05/19 01:20:13
I recommend making the comment a little more speci
imasaki1
2011/05/20 05:12:01
Done.
|
| + REFERENCE_BUILD_ENV_NAME = 'REFERENCE_BUILD' |