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

Side by Side Diff: content/browser/devtools/protocol/dom_handler.cc

Issue 2108053005: Pull ChildProcessSecurityPolicyImpl out to shared subfolder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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/browser/devtools/protocol/dom_handler.h" 5 #include "content/browser/devtools/protocol/dom_handler.h"
6 6
7 #include "base/strings/utf_string_conversions.h" 7 #include "base/strings/utf_string_conversions.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "content/browser/child_process_security_policy_impl.h"
10 #include "content/browser/frame_host/render_frame_host_impl.h" 9 #include "content/browser/frame_host/render_frame_host_impl.h"
10 #include "content/browser/shared/child_process_security_policy_helper.h"
11 11
12 namespace content { 12 namespace content {
13 namespace devtools { 13 namespace devtools {
14 namespace dom { 14 namespace dom {
15 15
16 typedef DevToolsProtocolClient::Response Response; 16 typedef DevToolsProtocolClient::Response Response;
17 17
18 DOMHandler::DOMHandler() : host_(nullptr) { 18 DOMHandler::DOMHandler() : host_(nullptr) {
19 } 19 }
20 20
(...skipping 18 matching lines...) Expand all
39 base::FilePath(file)); 39 base::FilePath(file));
40 #endif // OS_WIN 40 #endif // OS_WIN
41 } 41 }
42 } 42 }
43 return Response::FallThrough(); 43 return Response::FallThrough();
44 } 44 }
45 45
46 } // namespace dom 46 } // namespace dom
47 } // namespace devtools 47 } // namespace devtools
48 } // namespace content 48 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/cross_site_transfer_browsertest.cc ('k') | content/browser/devtools/render_frame_devtools_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698