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

Side by Side Diff: content/plugin/plugin_thread.h

Issue 16328003: Move a bunch of child-only code from content/common to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « content/plugin/plugin_main.cc ('k') | content/plugin/plugin_thread.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) 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 CONTENT_PLUGIN_PLUGIN_THREAD_H_ 5 #ifndef CONTENT_PLUGIN_PLUGIN_THREAD_H_
6 #define CONTENT_PLUGIN_PLUGIN_THREAD_H_ 6 #define CONTENT_PLUGIN_PLUGIN_THREAD_H_
7 7
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "base/native_library.h" 9 #include "base/native_library.h"
10 #include "build/build_config.h" 10 #include "build/build_config.h"
11 #include "content/common/child_thread.h" 11 #include "content/child/child_thread.h"
12 #include "content/plugin/plugin_channel.h" 12 #include "content/plugin/plugin_channel.h"
13 #include "webkit/plugins/npapi/plugin_lib.h" 13 #include "webkit/plugins/npapi/plugin_lib.h"
14 14
15 #if defined(OS_POSIX) 15 #if defined(OS_POSIX)
16 #include "base/file_descriptor_posix.h" 16 #include "base/file_descriptor_posix.h"
17 #endif 17 #endif
18 18
19 namespace content { 19 namespace content {
20 20
21 // The PluginThread class represents a background thread where plugin instances 21 // The PluginThread class represents a background thread where plugin instances
(...skipping 22 matching lines...) Expand all
44 44
45 // The plugin module which is preloaded in Init 45 // The plugin module which is preloaded in Init
46 base::NativeLibrary preloaded_plugin_module_; 46 base::NativeLibrary preloaded_plugin_module_;
47 47
48 DISALLOW_COPY_AND_ASSIGN(PluginThread); 48 DISALLOW_COPY_AND_ASSIGN(PluginThread);
49 }; 49 };
50 50
51 } // namespace content 51 } // namespace content
52 52
53 #endif // CONTENT_PLUGIN_PLUGIN_THREAD_H_ 53 #endif // CONTENT_PLUGIN_PLUGIN_THREAD_H_
OLDNEW
« no previous file with comments | « content/plugin/plugin_main.cc ('k') | content/plugin/plugin_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698