Index: chrome/test/pyautolib/pyauto.py |
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py |
index 72cd7203735118c8c0fa57780ba0a7fb4fc16c5f..661b7c3ee2d7916824dc9b7e221dc0ef161ea217 100644 |
--- a/chrome/test/pyautolib/pyauto.py |
+++ b/chrome/test/pyautolib/pyauto.py |
@@ -497,7 +497,8 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase): |
u'HelperProcessExecutableName': u'Chromium Helper', |
u'HelperProcessExecutablePath': u'Chromium Helper.app/Contents/' |
'MacOS/Chromium Helper', |
- u'command_line_string': "COMMAND_LINE_STRING --WITH-FLAGS"}, |
+ u'command_line_string': "COMMAND_LINE_STRING --WITH-FLAGS", |
+ u'branding': 'Chromium',} |
# The order of the windows and tabs listed here will be the same as |
# what shows up on screen. |
u'windows': [ { u'index': 0, |