| Index: chrome/test/ui/ui_test.h
 | 
| diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
 | 
| index 840502865d14498f0ef6dbc06225018e0c2b9663..ab5d2d8758c2f07c4140fedb4c76afdc806d9037 100644
 | 
| --- a/chrome/test/ui/ui_test.h
 | 
| +++ b/chrome/test/ui/ui_test.h
 | 
| @@ -91,6 +91,9 @@ class UITestBase {
 | 
|    // Exits out browser instance.
 | 
|    void QuitBrowser();
 | 
|  
 | 
| +  // Terminates the browser, simulates end of session.
 | 
| +  void TerminateBrowser();
 | 
| +
 | 
|    // Tells the browser to navigato to the givne URL in the active tab
 | 
|    // of the first app window.
 | 
|    // Does not wait for the navigation to complete to return.
 | 
| 
 |