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

Unified Diff: chrome/common/benchmarking_messages.h

Issue 2521823008: Migrate chrome_net_benchmarking_message_filter to mojo (Closed)
Patch Set: Do not add NetBenchmaring interface if benchmarking is disabled Created 4 years 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/common/BUILD.gn ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/benchmarking_messages.h
diff --git a/chrome/common/benchmarking_messages.h b/chrome/common/benchmarking_messages.h
deleted file mode 100644
index c0e366ec6f20621bab51953fabb40c29f922ccea..0000000000000000000000000000000000000000
--- a/chrome/common/benchmarking_messages.h
+++ /dev/null
@@ -1,40 +0,0 @@
-// Copyright (c) 2011 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.
-
-// Multiply-included file, no traditional include guard.
-
-#include <string>
-
-#include "build/build_config.h"
-
-#include "ipc/ipc_message_macros.h"
-#include "ui/gfx/native_widget_types.h"
-
-#define IPC_MESSAGE_START ChromeBenchmarkingMsgStart
-
-// Message sent from the renderer to the browser to request that the browser
-// close all sockets. Used for debugging/testing.
-//
-// This message must be synchronous so that the test harness can not
-// issue further network requests before it completes.
-IPC_SYNC_MESSAGE_CONTROL0_0(ChromeViewHostMsg_CloseCurrentConnections)
-
-// Message sent from the renderer to the browser to request that the browser
-// enable or disable the cache. Used for debugging/testing.
-IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_SetCacheMode,
- bool /* enabled */)
-
-// Message sent from the renderer to the browser to request that the browser
-// clear the cache. Used for debugging/testing.
-// |result| is the returned status from the operation.
-IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_ClearCache,
- int /* result */)
-
-// Message sent from the renderer to the browser to request that the browser
-// clear the host cache. Used for debugging/testing.
-IPC_SYNC_MESSAGE_CONTROL0_0(ChromeViewHostMsg_ClearHostResolverCache)
-
-// Message sent from the renderer to the browser to request that the browser
-// clear the predictor cache. Used for debugging/testing.
-IPC_SYNC_MESSAGE_CONTROL0_0(ChromeViewHostMsg_ClearPredictorCache)
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698