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

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

Issue 3120021: FBTF: Header cleanup in chrome/common part 2. The majority of the changed files (Closed)
Patch Set: Win fix 2. Created 10 years, 4 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/common/socket_stream_dispatcher.cc ('k') | chrome/test/test_notification_tracker.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_BLOCKED_PLUGIN_H_ 5 #ifndef CHROME_RENDERER_BLOCKED_PLUGIN_H_
6 #define CHROME_RENDERER_BLOCKED_PLUGIN_H_ 6 #define CHROME_RENDERER_BLOCKED_PLUGIN_H_
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/common/notification_observer.h"
9 #include "chrome/common/notification_registrar.h" 10 #include "chrome/common/notification_registrar.h"
10 #include "third_party/WebKit/WebKit/chromium/public/WebPluginParams.h" 11 #include "third_party/WebKit/WebKit/chromium/public/WebPluginParams.h"
11 #include "webkit/glue/cpp_bound_class.h" 12 #include "webkit/glue/cpp_bound_class.h"
12 #include "webkit/glue/plugins/webview_plugin.h" 13 #include "webkit/glue/plugins/webview_plugin.h"
13 14
14 class GURL; 15 class GURL;
15 class PluginGroup; 16 class PluginGroup;
16 class RenderView; 17 class RenderView;
17 18
18 class BlockedPlugin : public CppBoundClass, 19 class BlockedPlugin : public CppBoundClass,
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 57
57 RenderView* render_view_; 58 RenderView* render_view_;
58 WebKit::WebFrame* frame_; 59 WebKit::WebFrame* frame_;
59 WebKit::WebPluginParams plugin_params_; 60 WebKit::WebPluginParams plugin_params_;
60 WebViewPlugin* plugin_; 61 WebViewPlugin* plugin_;
61 62
62 NotificationRegistrar registrar_; 63 NotificationRegistrar registrar_;
63 }; 64 };
64 65
65 #endif // CHROME_RENDERER_BLOCKED_PLUGIN_H_ 66 #endif // CHROME_RENDERER_BLOCKED_PLUGIN_H_
OLDNEW
« no previous file with comments | « chrome/common/socket_stream_dispatcher.cc ('k') | chrome/test/test_notification_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698