| Index: chrome/test/webdriver/keymap.cc
|
| diff --git a/chrome/test/webdriver/keymap.cc b/chrome/test/webdriver/keymap.cc
|
| index 91b0e070dedd873377b7dff28b4c26f79ba0ec71..511a2b3855084518d589a2b262a23ae7ede6914b 100644
|
| --- a/chrome/test/webdriver/keymap.cc
|
| +++ b/chrome/test/webdriver/keymap.cc
|
| @@ -156,7 +156,7 @@ bool KeyMap::Press(const scoped_refptr<WindowProxy>& window,
|
| modifiers = modifiers | ui::EF_ALT_DOWN;
|
| }
|
| if (command_) {
|
| - VLOG(1) << "Pressing command key on linux!!";
|
| + LOG(INFO) << "Pressing command key on linux!!";
|
| modifiers = modifiers | ui::EF_COMMAND_DOWN;
|
| }
|
|
|
|
|