summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/render_thread.h')
-rw-r--r--chrome/renderer/render_thread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/renderer/render_thread.h b/chrome/renderer/render_thread.h
index 4990b553..f00abd6 100644
--- a/chrome/renderer/render_thread.h
+++ b/chrome/renderer/render_thread.h
@@ -199,6 +199,9 @@ class RenderThread : public RenderThreadBase,
// Sends a message to the browser to clear the disk cache.
void ClearCache();
+ // Sends a message to the browser to enable/disable spdy.
+ void EnableSpdy(bool enable);
+
// Update the list of active extensions that will be reported when we crash.
void UpdateActiveExtensions();