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

Unified Diff: chrome/browser/caps/generate_state_json.h

Issue 1912773002: Remove the old task manager view (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 4 years, 7 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/browser/about_flags.cc ('k') | chrome/browser/caps/generate_state_json.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/caps/generate_state_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698