| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 7f1dd208493ab25fc480045c50b14561daeffb77..f45cd7b3c7bcdbad417e54ea39fda8c42d3c056f 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -523,6 +523,9 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // else we should do with the file.
|
| virtual std::string GetDefaultDownloadName();
|
|
|
| + // Returns the path to the browser shader disk cache root.
|
| + virtual base::FilePath GetShaderDiskCacheDirectory();
|
| +
|
| // Notification that a pepper plugin has just been spawned. This allows the
|
| // embedder to add filters onto the host to implement interfaces.
|
| // This is called on the IO thread.
|
|
|