diff options
Diffstat (limited to 'chrome/browser/search/local_ntp_source.h')
-rw-r--r-- | chrome/browser/search/local_ntp_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search/local_ntp_source.h b/chrome/browser/search/local_ntp_source.h index 410a2d1..66fd76c 100644 --- a/chrome/browser/search/local_ntp_source.h +++ b/chrome/browser/search/local_ntp_source.h @@ -25,7 +25,7 @@ class LocalNtpSource : public content::URLDataSource { virtual void StartDataRequest( const std::string& path, int render_process_id, - int render_view_id, + int render_frame_id, const content::URLDataSource::GotDataCallback& callback) OVERRIDE; virtual std::string GetMimeType(const std::string& path) const OVERRIDE; virtual bool ShouldServiceRequest( |