| Index: chrome/test/pyautolib/pyautolib.cc
|
| diff --git a/chrome/test/pyautolib/pyautolib.cc b/chrome/test/pyautolib/pyautolib.cc
|
| index 452727bc1a1ca46daa1427bd08d8d752759d36f1..0ae5b55c553f52b7f0b17763d87416543140ea2b 100644
|
| --- a/chrome/test/pyautolib/pyautolib.cc
|
| +++ b/chrome/test/pyautolib/pyautolib.cc
|
| @@ -294,3 +294,7 @@ std::string PyUITestBase::_SendJSONRequest(int window_index,
|
| }
|
| return response;
|
| }
|
| +
|
| +bool PyUITestBase::ResetToDefaultTheme() {
|
| + return automation()->ResetToDefaultTheme();
|
| +}
|
|
|