| Index: chrome/browser/ui/browser.h
 | 
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
 | 
| index 564ad6e03a526932e90400523d13d21ef1b8cc9d..3b1e2b576734d96e67ad306180c2841c071bb3a0 100644
 | 
| --- a/chrome/browser/ui/browser.h
 | 
| +++ b/chrome/browser/ui/browser.h
 | 
| @@ -402,8 +402,9 @@ class Browser : public TabHandlerDelegate,
 | 
|  
 | 
|    // Show a given a URL. If a tab with the same URL (ignoring the ref) is
 | 
|    // already visible in this browser, it becomes selected. Otherwise a new tab
 | 
| -  // is created.
 | 
| -  void ShowSingletonTab(const GURL& url);
 | 
| +  // is created. If |ignore_path| is true, the paths of the URLs are ignored
 | 
| +  // when locating the singleton tab.
 | 
| +  void ShowSingletonTab(const GURL& url, bool ignore_path);
 | 
|  
 | 
|    // Update commands whose state depends on whether the window is in fullscreen
 | 
|    // mode. This is a public function because on Linux, fullscreen mode is an
 | 
| 
 |