| Index: content/public/renderer/content_renderer_client.cc
|
| ===================================================================
|
| --- content/public/renderer/content_renderer_client.cc (revision 240900)
|
| +++ content/public/renderer/content_renderer_client.cc (working copy)
|
| @@ -123,10 +123,6 @@
|
| return false;
|
| }
|
|
|
| -bool ContentRendererClient::ShouldPumpEventsDuringCookieMessage() {
|
| - return false;
|
| -}
|
| -
|
| unsigned long long ContentRendererClient::VisitedLinkHash(
|
| const char* canonical_url, size_t length) {
|
| return 0LL;
|
| @@ -147,22 +143,6 @@
|
| return false;
|
| }
|
|
|
| -bool ContentRendererClient::HandleGetCookieRequest(
|
| - RenderView* sender,
|
| - const GURL& url,
|
| - const GURL& first_party_for_cookies,
|
| - std::string* cookies) {
|
| - return false;
|
| -}
|
| -
|
| -bool ContentRendererClient::HandleSetCookieRequest(
|
| - RenderView* sender,
|
| - const GURL& url,
|
| - const GURL& first_party_for_cookies,
|
| - const std::string& value) {
|
| - return false;
|
| -}
|
| -
|
| const void* ContentRendererClient::CreatePPAPIInterface(
|
| const std::string& interface_name) {
|
| return NULL;
|
|
|