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

Side by Side Diff: chrome/renderer/chrome_content_renderer_client.h

Issue 10918174: Remove PluginGroup (Closed) Base URL: http://git.chromium.org/chromium/src.git@remove_async_plugin_finder
Patch Set: fix conflicts Created 8 years, 2 months 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
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/renderer/plugins/plugin_placeholder.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROME_RENDERER_CHROME_CONTENT_RENDERER_CLIENT_H_ 5 #ifndef CHROME_RENDERER_CHROME_CONTENT_RENDERER_CLIENT_H_
6 #define CHROME_RENDERER_CHROME_CONTENT_RENDERER_CLIENT_H_ 6 #define CHROME_RENDERER_CHROME_CONTENT_RENDERER_CLIENT_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 10
(...skipping 22 matching lines...) Expand all
33 namespace prerender { 33 namespace prerender {
34 class PrerenderDispatcher; 34 class PrerenderDispatcher;
35 } 35 }
36 36
37 namespace safe_browsing { 37 namespace safe_browsing {
38 class PhishingClassifierFilter; 38 class PhishingClassifierFilter;
39 } 39 }
40 40
41 namespace webkit { 41 namespace webkit {
42 struct WebPluginInfo; 42 struct WebPluginInfo;
43 namespace npapi {
44 class PluginGroup;
45 }
46 } 43 }
47 44
48 namespace chrome { 45 namespace chrome {
49 46
50 class ChromeContentRendererClient : public content::ContentRendererClient { 47 class ChromeContentRendererClient : public content::ContentRendererClient {
51 public: 48 public:
52 ChromeContentRendererClient(); 49 ChromeContentRendererClient();
53 virtual ~ChromeContentRendererClient(); 50 virtual ~ChromeContentRendererClient();
54 51
55 virtual void RenderThreadStarted() OVERRIDE; 52 virtual void RenderThreadStarted() OVERRIDE;
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 scoped_ptr<RendererNetPredictor> net_predictor_; 165 scoped_ptr<RendererNetPredictor> net_predictor_;
169 scoped_ptr<SpellCheck> spellcheck_; 166 scoped_ptr<SpellCheck> spellcheck_;
170 scoped_ptr<VisitedLinkSlave> visited_link_slave_; 167 scoped_ptr<VisitedLinkSlave> visited_link_slave_;
171 scoped_ptr<safe_browsing::PhishingClassifierFilter> phishing_classifier_; 168 scoped_ptr<safe_browsing::PhishingClassifierFilter> phishing_classifier_;
172 scoped_ptr<prerender::PrerenderDispatcher> prerender_dispatcher_; 169 scoped_ptr<prerender::PrerenderDispatcher> prerender_dispatcher_;
173 }; 170 };
174 171
175 } // namespace chrome 172 } // namespace chrome
176 173
177 #endif // CHROME_RENDERER_CHROME_CONTENT_RENDERER_CLIENT_H_ 174 #endif // CHROME_RENDERER_CHROME_CONTENT_RENDERER_CLIENT_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/renderer/plugins/plugin_placeholder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698