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

Unified Diff: content/renderer/render_thread.h

Issue 7885013: Move the ViewHostMsg_ClearPredictorCache out of content into chrome as this functionality is chro... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread.h
===================================================================
--- content/renderer/render_thread.h (revision 101031)
+++ content/renderer/render_thread.h (working copy)
@@ -190,26 +190,6 @@
idle_notification_delay_in_s_ = idle_notification_delay_in_s;
}
- // Sends a message to the browser to close all connections.
- void CloseCurrentConnections();
-
- // Sends a message to the browser to enable or disable the disk cache.
- void SetCacheMode(bool enabled);
-
- // Sends a message to the browser to clear the disk cache.
- // |preserve_ssl_host_info| is a flag indicating if the cache should purge
- // entries related to cached SSL information.
- void ClearCache(bool preserve_ssl_host_info);
-
- // Sends a message to the browser to clear thed host cache.
- void ClearHostResolverCache();
-
- // Sends a message to the browser to clear the predictor cache.
- void ClearPredictorCache();
-
- // Sends a message to the browser to enable/disable spdy.
- void EnableSpdy(bool enable);
-
// Synchronously establish a channel to the GPU plugin if not previously
// established or if it has been lost (for example if the GPU plugin crashed).
// If there is a pending asynchronous request, it will be completed by the
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698