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

Side by Side Diff: content/plugin/webplugin_delegate_stub.cc

Issue 68683009: Rewrite include paths for Blink public/ headers that have moved (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/test/render_view_test.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 #include "content/plugin/webplugin_delegate_stub.h" 5 #include "content/plugin/webplugin_delegate_stub.h"
6 6
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 8
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/command_line.h" 10 #include "base/command_line.h"
11 #include "base/strings/string_number_conversions.h" 11 #include "base/strings/string_number_conversions.h"
12 #include "content/child/npapi/plugin_instance.h" 12 #include "content/child/npapi/plugin_instance.h"
13 #include "content/child/npapi/webplugin_delegate_impl.h" 13 #include "content/child/npapi/webplugin_delegate_impl.h"
14 #include "content/child/npapi/webplugin_resource_client.h" 14 #include "content/child/npapi/webplugin_resource_client.h"
15 #include "content/child/plugin_messages.h" 15 #include "content/child/plugin_messages.h"
16 #include "content/plugin/plugin_channel.h" 16 #include "content/plugin/plugin_channel.h"
17 #include "content/plugin/plugin_thread.h" 17 #include "content/plugin/plugin_thread.h"
18 #include "content/plugin/webplugin_proxy.h" 18 #include "content/plugin/webplugin_proxy.h"
19 #include "content/public/common/content_client.h" 19 #include "content/public/common/content_client.h"
20 #include "content/public/common/content_constants.h" 20 #include "content/public/common/content_constants.h"
21 #include "content/public/common/content_switches.h" 21 #include "content/public/common/content_switches.h"
22 #include "skia/ext/platform_device.h" 22 #include "skia/ext/platform_device.h"
23 #include "third_party/WebKit/public/platform/WebCursorInfo.h"
23 #include "third_party/WebKit/public/web/WebBindings.h" 24 #include "third_party/WebKit/public/web/WebBindings.h"
24 #include "third_party/WebKit/public/web/WebCursorInfo.h"
25 #include "third_party/npapi/bindings/npapi.h" 25 #include "third_party/npapi/bindings/npapi.h"
26 #include "third_party/npapi/bindings/npruntime.h" 26 #include "third_party/npapi/bindings/npruntime.h"
27 #include "webkit/common/cursors/webcursor.h" 27 #include "webkit/common/cursors/webcursor.h"
28 28
29 using blink::WebBindings; 29 using blink::WebBindings;
30 using blink::WebCursorInfo; 30 using blink::WebCursorInfo;
31 31
32 namespace content { 32 namespace content {
33 33
34 static void DestroyWebPluginAndDelegate( 34 static void DestroyWebPluginAndDelegate(
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 data, 438 data,
439 static_cast<unsigned int>(params.post_data.size()), 439 static_cast<unsigned int>(params.post_data.size()),
440 params.referrer, 440 params.referrer,
441 params.notify_redirect, 441 params.notify_redirect,
442 params.is_plugin_src_load, 442 params.is_plugin_src_load,
443 channel_->renderer_id(), 443 channel_->renderer_id(),
444 params.render_view_id); 444 params.render_view_id);
445 } 445 }
446 446
447 } // namespace content 447 } // namespace content
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698