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

Side by Side Diff: content/shell/shell_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
« no previous file with comments | « content/renderer/renderer_main.cc ('k') | content/shell/shell_content_renderer_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_SHELL_SHELL_CONTENT_RENDERER_CLIENT_H_ 5 #ifndef CONTENT_SHELL_SHELL_CONTENT_RENDERER_CLIENT_H_
6 #define CONTENT_SHELL_SHELL_CONTENT_RENDERER_CLIENT_H_ 6 #define CONTENT_SHELL_SHELL_CONTENT_RENDERER_CLIENT_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "content/public/renderer/content_renderer_client.h" 10 #include "content/public/renderer/content_renderer_client.h"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 WebKit::WebPageVisibilityState* override_state) const OVERRIDE; 57 WebKit::WebPageVisibilityState* override_state) const OVERRIDE;
58 virtual bool HandleGetCookieRequest(RenderView* sender, 58 virtual bool HandleGetCookieRequest(RenderView* sender,
59 const GURL& url, 59 const GURL& url,
60 const GURL& first_party_for_cookies, 60 const GURL& first_party_for_cookies,
61 std::string* cookies) OVERRIDE; 61 std::string* cookies) OVERRIDE;
62 virtual bool HandleSetCookieRequest(RenderView* sender, 62 virtual bool HandleSetCookieRequest(RenderView* sender,
63 const GURL& url, 63 const GURL& url,
64 const GURL& first_party_for_cookies, 64 const GURL& first_party_for_cookies,
65 const std::string& value) OVERRIDE; 65 const std::string& value) OVERRIDE;
66 virtual bool IsProtocolSupportedForMedia(const GURL& url) OVERRIDE; 66 virtual bool IsProtocolSupportedForMedia(const GURL& url) OVERRIDE;
67 virtual void RegisterPPAPIInterfaceFactories(
68 webkit::ppapi::PpapiInterfaceFactoryManager* factory_manager) OVERRIDE;
67 }; 69 };
68 70
69 } // namespace content 71 } // namespace content
70 72
71 #endif // CONTENT_SHELL_SHELL_CONTENT_RENDERER_CLIENT_H_ 73 #endif // CONTENT_SHELL_SHELL_CONTENT_RENDERER_CLIENT_H_
OLDNEW
« no previous file with comments | « content/renderer/renderer_main.cc ('k') | content/shell/shell_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698