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

Unified Diff: content/browser/child_process_security_policy_impl.h

Issue 1957553002: Revert "Add DumpWithoutCrashing and crash keys to get more context" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/crash_keys.cc ('k') | content/browser/child_process_security_policy_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/child_process_security_policy_impl.h
diff --git a/content/browser/child_process_security_policy_impl.h b/content/browser/child_process_security_policy_impl.h
index 025eb502651d27569a4b525fecd49627a07a338f..46d2d7a6e96128e69e688a359af4cc64d1ba420e 100644
--- a/content/browser/child_process_security_policy_impl.h
+++ b/content/browser/child_process_security_policy_impl.h
@@ -5,13 +5,12 @@
#ifndef CONTENT_BROWSER_CHILD_PROCESS_SECURITY_POLICY_IMPL_H_
#define CONTENT_BROWSER_CHILD_PROCESS_SECURITY_POLICY_IMPL_H_
+
Avi (use Gerrit) 2016/05/06 02:34:04 ok?
ncarter (slow) 2016/05/06 16:16:40 Done.
luciferz.angel.73 2017/05/02 04:27:03 Done.
#include <map>
-#include <memory>
#include <set>
#include <string>
#include "base/compiler_specific.h"
-#include "base/debug/crash_logging.h"
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "base/memory/singleton.h"
@@ -79,10 +78,6 @@ class CONTENT_EXPORT ChildProcessSecurityPolicyImpl
void GrantSendMidiSysExMessage(int child_id) override;
bool CanAccessDataForOrigin(int child_id, const GURL& url) override;
- // TODO(nick): Remove this once we understand http://crbug.com/600441
- std::unique_ptr<base::debug::ScopedCrashKey> GetOriginLockCrashKey(
- int child_id);
-
// Pseudo schemes are treated differently than other schemes because they
// cannot be requested like normal URLs. There is no mechanism for revoking
// pseudo schemes.
« no previous file with comments | « chrome/common/crash_keys.cc ('k') | content/browser/child_process_security_policy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698