| Index: chrome/browser/chromeos/gview_request_interceptor.h
|
| diff --git a/chrome/browser/chromeos/gview_request_interceptor.h b/chrome/browser/chromeos/gview_request_interceptor.h
|
| index f42d1bc95e90f89040868258a7e5a2c7196b34d8..a4e197731666db66ea3956b60d774ffe8d6e6445 100644
|
| --- a/chrome/browser/chromeos/gview_request_interceptor.h
|
| +++ b/chrome/browser/chromeos/gview_request_interceptor.h
|
| @@ -40,6 +40,7 @@ class GViewRequestInterceptor : public net::URLRequestJobFactory::Interceptor {
|
|
|
| private:
|
| bool ShouldUsePdfPlugin(net::URLRequest* request) const;
|
| + bool ShouldInterceptScheme(const std::string& scheme) const;
|
|
|
| // The list of supported mime types.
|
| base::hash_set<std::string> supported_mime_types_;
|
|
|