| Index: chrome/test/webdriver/commands/session_with_id.cc
 | 
| ===================================================================
 | 
| --- chrome/test/webdriver/commands/session_with_id.cc	(revision 79376)
 | 
| +++ chrome/test/webdriver/commands/session_with_id.cc	(working copy)
 | 
| @@ -1,4 +1,4 @@
 | 
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
 | 
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| @@ -54,6 +54,7 @@
 | 
|    // Custom non-standard session info.
 | 
|    temp_value->SetString("chrome.chromedriverVersion", "1.0");
 | 
|    temp_value->SetString("chrome.automationVersion", chrome::kChromeVersion);
 | 
| +  temp_value->SetBoolean("chrome.nativeEvents", session_->use_native_events());
 | 
|  
 | 
|    response->SetStatus(kSuccess);
 | 
|    response->SetValue(temp_value);
 | 
| 
 |