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

Unified Diff: chrome_frame/crash_server_init.h

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 years, 11 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_frame/crash_reporting/veh_test.cc ('k') | chrome_frame/crash_server_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/crash_server_init.h
diff --git a/chrome_frame/crash_server_init.h b/chrome_frame/crash_server_init.h
deleted file mode 100644
index 0c46f43e817f5a11d6e1edd931bb24072da9024a..0000000000000000000000000000000000000000
--- a/chrome_frame/crash_server_init.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright (c) 2011 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_FRAME_CRASH_SERVER_INIT_H_
-#define CHROME_FRAME_CRASH_SERVER_INIT_H_
-
-#include "breakpad/src/client/windows/handler/exception_handler.h"
-
-// Possible names for Pipes:
-// Headless (testing) mode: "NamedPipe\ChromeCrashServices"
-// System-wide install: "NamedPipe\GoogleCrashServices\S-1-5-18"
-// Per-user install: "NamedPipe\GoogleCrashServices\<user SID>"
-extern const wchar_t kChromePipeName[];
-extern const wchar_t kGoogleUpdatePipeName[];
-extern const wchar_t kSystemPrincipalSid[];
-
-extern const MINIDUMP_TYPE kLargerDumpType;
-
-enum CrashReportingMode {
- HEADLESS, // Used for testing, uses crash_service.exe for dumps.
- NORMAL // Regular mode, uses GoogleCrashService.exe for dumps.
-};
-
-// Returns a pointer to a static instance of a CustomClientInfo structure
-// containing Chrome Frame specific data.
-google_breakpad::CustomClientInfo* GetCustomInfo();
-
-// Initializes breakpad crash reporting and returns a pointer to a newly
-// constructed ExceptionHandler object. It is the responsibility of the caller
-// to delete this object which will shut down the crash reporting machinery.
-google_breakpad::ExceptionHandler* InitializeCrashReporting(
- CrashReportingMode mode);
-
-#endif // CHROME_FRAME_CRASH_SERVER_INIT_H_
« no previous file with comments | « chrome_frame/crash_reporting/veh_test.cc ('k') | chrome_frame/crash_server_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698