Implement extended master secret in tlslite
[chromium-blink-merge.git] / android_webview / crash_reporter / aw_microdump_crash_reporter.h
blob5176b31429be786873ea32ab67bc20d7c1834d64
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef ANDROID_WEBVIEW_CRASH_REPORTER_AW_MICRODUMP_CRASH_REPORTER_H_
6 #define ANDROID_WEBVIEW_CRASH_REPORTER_AW_MICRODUMP_CRASH_REPORTER_H_
8 namespace android_webview {
9 namespace crash_reporter {
11 void EnableMicrodumpCrashReporter();
13 } // namespace crash_reporter
14 } // namespace android_webview
16 #endif // ANDROID_WEBVIEW_CRASH_REPORTER_AW_MICRODUMP_CRASH_REPORTER_H_