| Index: chrome/common/chrome_content_client.h
|
| ===================================================================
|
| --- chrome/common/chrome_content_client.h (revision 175856)
|
| +++ chrome/common/chrome_content_client.h (working copy)
|
| @@ -28,6 +28,7 @@
|
| virtual void AddAdditionalSchemes(
|
| std::vector<std::string>* standard_schemes,
|
| std::vector<std::string>* saveable_shemes) OVERRIDE;
|
| + virtual bool HasWebUIScheme(const GURL& url) const OVERRIDE;
|
| virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg) OVERRIDE;
|
| virtual std::string GetProduct() const OVERRIDE;
|
| virtual std::string GetUserAgent() const OVERRIDE;
|
|
|