Index: chrome/common/chrome_content_client.h |
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h |
index bd8d78cf1f42d76aa5adb4da9c9a2b244bde1b9e..b7316b6951ba6f060cecb4c06be6306c01b44c97 100644 |
--- a/chrome/common/chrome_content_client.h |
+++ b/chrome/common/chrome_content_client.h |
@@ -17,6 +17,8 @@ class ChromeContentClient : public content::ContentClient { |
virtual void SetActiveURL(const GURL& url); |
virtual void SetGpuInfo(const GPUInfo& gpu_info); |
virtual void AddPepperPlugins(std::vector<PepperPluginInfo>* plugins); |
+ virtual bool CanSendWhileSwappedOut(const IPC::Message* msg); |
+ virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg); |
}; |
} // namespace chrome |