Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Side by Side Diff: content/renderer/mock_content_renderer_client.h

Issue 8440027: Change renderer_client interface for registering PPAPI Factories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update other renderer_clients Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_RENDERER_MOCK_CONTENT_RENDERER_CLIENT_H_ 5 #ifndef CONTENT_RENDERER_MOCK_CONTENT_RENDERER_CLIENT_H_
6 #define CONTENT_RENDERER_MOCK_CONTENT_RENDERER_CLIENT_H_ 6 #define CONTENT_RENDERER_MOCK_CONTENT_RENDERER_CLIENT_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 WebKit::WebPageVisibilityState* override_state) const OVERRIDE; 60 WebKit::WebPageVisibilityState* override_state) const OVERRIDE;
61 virtual bool HandleGetCookieRequest(RenderView* sender, 61 virtual bool HandleGetCookieRequest(RenderView* sender,
62 const GURL& url, 62 const GURL& url,
63 const GURL& first_party_for_cookies, 63 const GURL& first_party_for_cookies,
64 std::string* cookies) OVERRIDE; 64 std::string* cookies) OVERRIDE;
65 virtual bool HandleSetCookieRequest(RenderView* sender, 65 virtual bool HandleSetCookieRequest(RenderView* sender,
66 const GURL& url, 66 const GURL& url,
67 const GURL& first_party_for_cookies, 67 const GURL& first_party_for_cookies,
68 const std::string& value) OVERRIDE; 68 const std::string& value) OVERRIDE;
69 virtual bool IsProtocolSupportedForMedia(const GURL& url) OVERRIDE; 69 virtual bool IsProtocolSupportedForMedia(const GURL& url) OVERRIDE;
70 virtual void RegisterPPAPIInterfaceFactories(
71 webkit::ppapi::PpapiInterfaceFactoryManager* factory_manager) OVERRIDE;
72
70 }; 73 };
71 74
72 } // namespace content 75 } // namespace content
73 76
74 #endif // CONTENT_RENDERER_MOCK_CONTENT_RENDERER_CLIENT_H_ 77 #endif // CONTENT_RENDERER_MOCK_CONTENT_RENDERER_CLIENT_H_
OLDNEW
« no previous file with comments | « content/public/renderer/content_renderer_client.h ('k') | content/renderer/mock_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698