Content settings: remove some plugin-related code/resources when... there are no...
[chromium-blink-merge.git] / content / shell / common / leak_detection_result.h
blob873a172a592586079864d2608508237db373929a
1 // Copyright 2014 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 CONTENT_SHELL_COMMON_LEAK_DETECTION_RESULT_H_
6 #define CONTENT_SHELL_COMMON_LEAK_DETECTION_RESULT_H_
8 #include <string>
10 namespace content {
12 struct LeakDetectionResult {
13 bool leaked;
14 std::string detail;
17 } // namespace content
19 #endif // CONTENT_SHELL_COMMON_LEAK_DETECTION_RESULT_H_