| Index: content/public/browser/web_contents_delegate.cc
|
| diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
|
| index 050f1a7a530e161a23cc974132105bcc765bfcd1..a7128f661d346e85bd5d72af08fa0da8995e8ab0 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -269,4 +269,8 @@ void WebContentsDelegate::RequestAppBannerFromDevTools(
|
| content::WebContents* web_contents) {
|
| }
|
|
|
| +::rappor::RapporService* WebContentsDelegate::getRapporService() {
|
| + return nullptr;
|
| +}
|
| +
|
| } // namespace content
|
|
|