Chromium Code Reviews| Index: content/public/common/content_client.h |
| =================================================================== |
| --- content/public/common/content_client.h (revision 149239) |
| +++ content/public/common/content_client.h (working copy) |
| @@ -80,6 +80,9 @@ |
| ContentRendererClient* renderer() { return renderer_; } |
| ContentUtilityClient* utility() { return utility_; } |
| + virtual void CustomStreamReset() {} |
| + virtual void CustomStreamAddURL(const GURL& url, bool top_level_resource) {} |
|
Charlie Reis
2012/08/02 18:39:26
What are these for?
Cris Neckar
2012/08/02 19:08:26
A totally different change... oops
|
| + |
| // Sets the currently active URL. Use GURL() to clear the URL. |
| virtual void SetActiveURL(const GURL& url) {} |