Index: chrome/browser/prerender/prerender_manager.h |
=================================================================== |
--- chrome/browser/prerender/prerender_manager.h (revision 99740) |
+++ chrome/browser/prerender/prerender_manager.h (working copy) |
@@ -204,7 +204,7 @@ |
// Adds a condition. This is owned by the PrerenderManager. |
void AddCondition(const PrerenderCondition* condition); |
- bool IsTopSite(const GURL& url) const; |
+ bool IsTopSite(const GURL& url); |
protected: |
// Test that needs needs access to internal functions. |