| Index: chrome/browser/caps/generate_state_json.h
|
| diff --git a/chrome/browser/caps/generate_state_json.h b/chrome/browser/caps/generate_state_json.h
|
| deleted file mode 100644
|
| index 3ce00524bbbb317fa9791fdc3ab74c7fc32cbde7..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/caps/generate_state_json.h
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -// Copyright 2015 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_BROWSER_CAPS_GENERATE_STATE_JSON_H_
|
| -#define CHROME_BROWSER_CAPS_GENERATE_STATE_JSON_H_
|
| -
|
| -#include "base/memory/ref_counted.h"
|
| -
|
| -class TaskManagerModel;
|
| -
|
| -namespace base {
|
| -class File;
|
| -}
|
| -
|
| -namespace caps {
|
| -
|
| -// Creates a JSON stream with the browser and system state and
|
| -// sends it to |file| which in practice is a pipe.
|
| -void GenerateStateJSON(
|
| - scoped_refptr<TaskManagerModel> model, base::File file);
|
| -
|
| -}
|
| -
|
| -#endif // CHROME_BROWSER_CAPS_GENERATE_STATE_JSON_H_
|
|
|