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

Side by Side Diff: blimp/engine/app/blimp_engine_crash_keys.cc

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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 "blimp/engine/app/blimp_engine_crash_keys.h" 5 #include "blimp/engine/app/blimp_engine_crash_keys.h"
6 6
7 #include "base/debug/crash_logging.h" 7 #include "base/debug/crash_logging.h"
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "components/crash/core/common/crash_keys.h" 9 #include "components/crash/core/common/crash_keys.h"
10 10
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 // Temporary for https://crbug.com/591478. 58 // Temporary for https://crbug.com/591478.
59 { "initrf_parent_proxy_exists", crash_keys::kSmallSize }, 59 { "initrf_parent_proxy_exists", crash_keys::kSmallSize },
60 { "initrf_render_view_is_live", crash_keys::kSmallSize }, 60 { "initrf_render_view_is_live", crash_keys::kSmallSize },
61 { "initrf_parent_is_in_same_site_instance", crash_keys::kSmallSize}, 61 { "initrf_parent_is_in_same_site_instance", crash_keys::kSmallSize},
62 { "initrf_parent_process_is_live", crash_keys::kSmallSize}, 62 { "initrf_parent_process_is_live", crash_keys::kSmallSize},
63 { "initrf_root_is_in_same_site_instance", crash_keys::kSmallSize}, 63 { "initrf_root_is_in_same_site_instance", crash_keys::kSmallSize},
64 { "initrf_root_is_in_same_site_instance_as_parent", 64 { "initrf_root_is_in_same_site_instance_as_parent",
65 crash_keys::kSmallSize}, 65 crash_keys::kSmallSize},
66 { "initrf_root_process_is_live", crash_keys::kSmallSize}, 66 { "initrf_root_process_is_live", crash_keys::kSmallSize},
67 { "initrf_root_proxy_is_live", crash_keys::kSmallSize}, 67 { "initrf_root_proxy_is_live", crash_keys::kSmallSize},
68
69 // Temporary for https://crbug.com/600441
70 { "cookie_url", crash_keys::kSmallSize },
71 { "cookie_first_party", crash_keys::kSmallSize },
72 { "security_policy_origin_lock", crash_keys::kSmallSize },
73 }; 68 };
74 69
75 return base::debug::InitCrashKeys(engine_keys, arraysize(engine_keys), 70 return base::debug::InitCrashKeys(engine_keys, arraysize(engine_keys),
76 crash_keys::kChunkMaxLength); 71 crash_keys::kChunkMaxLength);
77 } 72 }
78 73
79 } // namespace engine 74 } // namespace engine
80 } // namespace blimp 75 } // namespace blimp
OLDNEW
« no previous file with comments | « no previous file | chrome/common/crash_keys.cc » ('j') | content/browser/child_process_security_policy_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698