diff options
Diffstat (limited to 'chrome/browser/search/local_ntp_source.cc')
-rw-r--r-- | chrome/browser/search/local_ntp_source.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc index 6277c4c..f53e1b8 100644 --- a/chrome/browser/search/local_ntp_source.cc +++ b/chrome/browser/search/local_ntp_source.cc @@ -134,7 +134,7 @@ std::string LocalNtpSource::GetSource() const { void LocalNtpSource::StartDataRequest( const std::string& path, int render_process_id, - int render_view_id, + int render_frame_id, const content::URLDataSource::GotDataCallback& callback) { const std::string stripped_path = StripParameters(path); if (stripped_path == kConfigDataFilename) { |