| Index: chrome/test/pyautolib/pyautolib.h
 | 
| diff --git a/chrome/test/pyautolib/pyautolib.h b/chrome/test/pyautolib/pyautolib.h
 | 
| index 51090a17d134a05026e713f0fc51c39c2849e2be..b18236e798b07784fef043abb9bcb3bab7d6f74c 100644
 | 
| --- a/chrome/test/pyautolib/pyautolib.h
 | 
| +++ b/chrome/test/pyautolib/pyautolib.h
 | 
| @@ -69,23 +69,8 @@ class PyUITestBase : public UITestBase {
 | 
|    virtual void SetUp() OVERRIDE;
 | 
|    virtual void TearDown() OVERRIDE;
 | 
|  
 | 
| -  // Open the Find box
 | 
| -  void OpenFindInPage(int window_index = 0);
 | 
| -
 | 
| -  // Determines the visibility of the Find box
 | 
| -  bool IsFindInPageVisible(int window_index = 0);
 | 
| -
 | 
|    // AutomationProxy methods
 | 
|  
 | 
| -  // Open a new browser window. Returns false on failure.
 | 
| -  bool OpenNewBrowserWindow(bool show);
 | 
| -
 | 
| -  // Close a browser window. Returns false on failure.
 | 
| -  bool CloseBrowserWindow(int window_index);
 | 
| -
 | 
| -  // Fetch the number of browser windows. Includes popups.
 | 
| -  int GetBrowserWindowCount();
 | 
| -
 | 
|    // Returns bookmark bar visibility state.
 | 
|    bool GetBookmarkBarVisibility();
 | 
|  
 | 
| @@ -139,9 +124,6 @@ class PyUITestBase : public UITestBase {
 | 
|                                 const std::string& request,
 | 
|                                 int timeout);
 | 
|  
 | 
| -  // Resets to the default theme. Returns true on success.
 | 
| -  bool ResetToDefaultTheme();
 | 
| -
 | 
|    // Sets a cookie value for a url. Returns true on success.
 | 
|    bool SetCookie(const GURL& cookie_url, const std::string& value,
 | 
|                   int window_index = 0, int tab_index = 0);
 | 
| 
 |