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

Unified Diff: chrome/common/benchmarking_messages.h

Issue 135373002: Added SSLHostInfo. Storing of server host info to our standard disk cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with TOT Created 6 years, 11 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..14befb6ad02dcdf29a375863359a02be7fcdb1e5 100644
--- a/chrome/common/benchmarking_messages.h
+++ b/chrome/common/benchmarking_messages.h
@@ -28,8 +28,11 @@ IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_SetCacheMode,
// Message sent from the renderer to the browser to request that the browser
// clear the cache. Used for debugging/testing.
+// |preserve_ssl_host_info| controls whether clearing the cache will preserve
+// persisted SSL information stored in the cache.
// |result| is the returned status from the operation.
-IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_ClearCache,
+IPC_SYNC_MESSAGE_CONTROL1_1(ChromeViewHostMsg_ClearCache,
+ bool /* preserve_ssl_host_info */,
int /* result */)
// Message sent from the renderer to the browser to request that the browser

Powered by Google App Engine
This is Rietveld 408576698