 Chromium Code Reviews
 Chromium Code Reviews Issue 815983002:
  Topsites become keyedService based.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 815983002:
  Topsites become keyedService based.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: chrome/browser/ui/tabs/tab_strip_model_utils.h | 
| diff --git a/chrome/browser/ui/tabs/tab_strip_model_utils.h b/chrome/browser/ui/tabs/tab_strip_model_utils.h | 
| index a21ea4d8260712302f336b76da5e0cb62f107f35..c8cbe2a9ebc6dfdc76ce392564c3f3566916120e 100644 | 
| --- a/chrome/browser/ui/tabs/tab_strip_model_utils.h | 
| +++ b/chrome/browser/ui/tabs/tab_strip_model_utils.h | 
| @@ -18,7 +18,7 @@ namespace chrome { | 
| // Creates a set containing the canonical URLs of the currently open tabs. | 
| void GetOpenUrls(const TabStripModel& tabs, | 
| - const history::TopSites& top_sites, | 
| + history::TopSites& top_sites, | 
| 
Bernhard Bauer
2015/01/12 14:32:23
This should be a const reference. The version on t
 
Jitu( very slow this week)
2015/01/12 14:55:15
Done.
 | 
| std::set<std::string>* urls); | 
| } // namespace chrome |