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

Unified Diff: chrome/chrome_watcher/kasko_util.h

Issue 2086403002: Remove the Kasko based out of process browser hang instrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_watcher/chrome_watcher_main.cc ('k') | chrome/chrome_watcher/kasko_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_watcher/kasko_util.h
diff --git a/chrome/chrome_watcher/kasko_util.h b/chrome/chrome_watcher/kasko_util.h
deleted file mode 100644
index 9430076fdc1c4cc8c961c12431f88d2b1a85ddd3..0000000000000000000000000000000000000000
--- a/chrome/chrome_watcher/kasko_util.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_CHROME_WATCHER_KASKO_UTIL_H_
-#define CHROME_CHROME_WATCHER_KASKO_UTIL_H_
-
-#include <windows.h>
-
-#include "base/process/process.h"
-#include "base/strings/string16.h"
-
-// Initialize a Kasko reporter.
-bool InitializeKaskoReporter(const base::string16& endpoint,
- const base::char16* browser_data_directory);
-
-// Shut down a Kasko reporter.
-void ShutdownKaskoReporter();
-
-// Ensure that a process is a valid target for report capture. This is to
-// defend against against races that exist in getting a Process from a window
-// name (potential HWND and process id recycling).
-bool EnsureTargetProcessValidForCapture(const base::Process& process);
-
-// Dumps a process. A crash key will be added to the report, labelling it as a
-// hang report.
-void DumpHungProcess(DWORD main_thread_id, const base::string16& channel,
- const base::char16* hang_type,
- const base::Process& process);
-
-#endif // CHROME_CHROME_WATCHER_KASKO_UTIL_H_
« no previous file with comments | « chrome/chrome_watcher/chrome_watcher_main.cc ('k') | chrome/chrome_watcher/kasko_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698