| Index: chrome/renderer/render_thread.h
|
| ===================================================================
|
| --- chrome/renderer/render_thread.h (revision 17638)
|
| +++ chrome/renderer/render_thread.h (working copy)
|
| @@ -103,6 +103,12 @@
|
| // bookkeeping operation off the critical latency path.
|
| void InformHostOfCacheStatsLater();
|
|
|
| + // Sends a message to the browser to close all idle connections.
|
| + void CloseIdleConnections();
|
| +
|
| + // Sends a message to the browser to enable or disable the disk cache.
|
| + void SetCacheMode(bool enabled);
|
| +
|
| private:
|
| virtual void OnControlMessageReceived(const IPC::Message& msg);
|
|
|
|
|