| Index: chrome/test/ui/ui_test.h
 | 
| diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
 | 
| index e6d00c8296786d56724a3fd03cc82e7c89f754ea..09caa040d1a48f2a81325ff29f9adfa81f71d4d9 100644
 | 
| --- a/chrome/test/ui/ui_test.h
 | 
| +++ b/chrome/test/ui/ui_test.h
 | 
| @@ -325,6 +325,9 @@ class UITestBase {
 | 
|    // Enable file cookies, default is true.
 | 
|    bool enable_file_cookies_;
 | 
|  
 | 
| +  // Enable use of switching to Chrome branding, default is true.
 | 
| +  bool enable_chrome_branding_;
 | 
| +
 | 
|    // Launches browser and AutomationProxy.
 | 
|    scoped_ptr<ProxyLauncher> launcher_;
 | 
|  
 | 
| 
 |