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

Unified Diff: chrome/common/benchmarking_messages.h

Issue 280383008: Delete benchmarking extension, remove API's ability to enable/disable SPDY (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove benchmarking extension instead Created 6 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
Index: chrome/common/benchmarking_messages.h
diff --git a/chrome/common/benchmarking_messages.h b/chrome/common/benchmarking_messages.h
index 6caa7a2ab464d1a62d24d9742857609e45a5640f..ac1d6cc7713a8d89dc441ccba6b229243de414d1 100644
--- a/chrome/common/benchmarking_messages.h
+++ b/chrome/common/benchmarking_messages.h
@@ -39,11 +39,6 @@ IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_ClearHostResolverCache,
int /* result */)
// Message sent from the renderer to the browser to request that the browser
-// enable or disable spdy. Used for debugging/testing/benchmarking.
-IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_EnableSpdy,
- bool /* enable */)
-
-// Message sent from the renderer to the browser to request that the browser
// clear the predictor cache. Used for debugging/testing.
// |result| is the returned status from the operation.
IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_ClearPredictorCache,

Powered by Google App Engine
This is Rietveld 408576698