| Index: chrome/test/automation/proxy_launcher.h
 | 
| diff --git a/chrome/test/automation/proxy_launcher.h b/chrome/test/automation/proxy_launcher.h
 | 
| index 3720dcd774ce5715bec3fa1d8b3b3ddb179b99c0..b97b50a1ce7e0bf06e6b3f20299a4107e3e8d932 100644
 | 
| --- a/chrome/test/automation/proxy_launcher.h
 | 
| +++ b/chrome/test/automation/proxy_launcher.h
 | 
| @@ -186,9 +186,6 @@ class ProxyLauncher {
 | 
|    // If true, a user is paying attention to the test, so show error dialogs.
 | 
|    bool show_error_dialogs_;
 | 
|  
 | 
| -  // Enable dchecks in release mode.
 | 
| -  bool enable_dcheck_;
 | 
| -
 | 
|    // Dump process memory on dcheck without crashing.
 | 
|    bool silent_dump_on_dcheck_;
 | 
|  
 | 
| 
 |