| Index: webkit/glue/webkit_glue.h
|
| ===================================================================
|
| --- webkit/glue/webkit_glue.h (revision 17638)
|
| +++ webkit/glue/webkit_glue.h (working copy)
|
| @@ -199,6 +199,12 @@
|
| // the form language-country (e.g., en-US or pt-BR).
|
| std::wstring GetWebKitLocale();
|
|
|
| +// Close idle connections. Used for debugging.
|
| +void CloseIdleConnections();
|
| +
|
| +// Enable or disable the disk cache. Used for debugging.
|
| +void SetCacheMode(bool enabled);
|
| +
|
| // ---- END FUNCTIONS IMPLEMENTED BY EMBEDDER ---------------------------------
|
|
|
|
|
|
|