Chromium Code Reviews| Index: chrome/common/chrome_content_client.h |
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h |
| index dab975b6489afcc314ca8a876dd3210fe01b80a2..dfdca7078a36b0103c5f7cc179c6689fad7e87ad 100644 |
| --- a/chrome/common/chrome_content_client.h |
| +++ b/chrome/common/chrome_content_client.h |
| @@ -79,6 +79,8 @@ class ChromeContentClient : public content::ContentClient { |
| std::set<GURL>* origins) override; |
| void AddServiceWorkerSchemes(std::set<std::string>* schemes) override; |
| + |
| + bool CanSendWhileSwappedOut(const IPC::Message* message) override; |
|
Charlie Reis
2015/09/02 17:16:30
nit: List this in the same order as in content_cli
tbansal1
2015/09/02 17:30:26
Done.
|
| }; |
| #endif // CHROME_COMMON_CHROME_CONTENT_CLIENT_H_ |