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

Unified Diff: net/tools/dump_cache/upgrade_win.h

Issue 547513002: Remove disk_cache::BackendImpl::OpenPrevEntry() and all users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: narrower Created 6 years, 3 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
Index: net/tools/dump_cache/upgrade_win.h
diff --git a/net/tools/dump_cache/upgrade_win.h b/net/tools/dump_cache/upgrade_win.h
deleted file mode 100644
index 8b45d845b838c8a2b616489e07443209e0d91364..0000000000000000000000000000000000000000
--- a/net/tools/dump_cache/upgrade_win.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) 2012 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.
-
-#include <windows.h>
-
-#include "base/command_line.h"
-#include "base/files/file_path.h"
-#include "base/strings/string16.h"
-
-// Creates a new server, and returns a new named pipe to communicate with it.
-HANDLE CreateServer(base::string16* pipe_number);
-
-// Runs a loop to write a new cache with all the data available from a slave
-// process connected through the provided |pipe|.
-int UpgradeCache(const base::FilePath& output_path, HANDLE pipe);
-
-// This process will only execute commands from the controller.
-int RunSlave(const base::FilePath& input_path,
- const base::string16& pipe_number);

Powered by Google App Engine
This is Rietveld 408576698