| Index: chrome/renderer/render_thread.h
 | 
| diff --git a/chrome/renderer/render_thread.h b/chrome/renderer/render_thread.h
 | 
| index ba5c849df43a287bc364e3499d0b2fd16fec5353..680668ce4394ab035f4f6d6d5849610fac03616b 100644
 | 
| --- a/chrome/renderer/render_thread.h
 | 
| +++ b/chrome/renderer/render_thread.h
 | 
| @@ -209,7 +209,7 @@ class RenderThread : public RenderThreadBase,
 | 
|    void OnUpdateVisitedLinks(base::SharedMemoryHandle table);
 | 
|    void OnAddVisitedLinks(const VisitedLinkSlave::Fingerprints& fingerprints);
 | 
|    void OnResetVisitedLinks();
 | 
| -  void OnSetZoomLevelForCurrentHost(const std::string& host, int zoom_level);
 | 
| +  void OnSetZoomLevelForCurrentURL(const GURL& url, int zoom_level);
 | 
|    void OnSetContentSettingsForCurrentURL(
 | 
|        const GURL& url, const ContentSettings& content_settings);
 | 
|    void OnUpdateUserScripts(base::SharedMemoryHandle table);
 | 
| 
 |