| Index: chrome/browser/ui/browser_list.h
 | 
| diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h
 | 
| index 147a6740d404ffd1825752808343b0eafd90e923..19ffaba1b1a12823e86f80566639b3f59965c185 100644
 | 
| --- a/chrome/browser/ui/browser_list.h
 | 
| +++ b/chrome/browser/ui/browser_list.h
 | 
| @@ -71,8 +71,6 @@ class BrowserList {
 | 
|  
 | 
|    // Called by Browser objects when their window is activated (focused).  This
 | 
|    // allows us to determine what the last active Browser was on each desktop.
 | 
| -  // Note: This only takes effect on the appropriate browser list as determined
 | 
| -  // by |browser->host_desktop_type()|.
 | 
|    static void SetLastActive(Browser* browser);
 | 
|  
 | 
|    // Closes all browsers for |profile| across all desktops.
 | 
| 
 |