| Index: chrome/browser/ui/webui/theme_source.h
|
| diff --git a/chrome/browser/ui/webui/theme_source.h b/chrome/browser/ui/webui/theme_source.h
|
| index 9d5961b675f27be06771b70ed3bbd162e3a92661..b4f3f0c944b4071575758162f4e4a6cc02ce7793 100644
|
| --- a/chrome/browser/ui/webui/theme_source.h
|
| +++ b/chrome/browser/ui/webui/theme_source.h
|
| @@ -27,7 +27,8 @@ class ThemeSource : public content::URLDataSource {
|
| virtual std::string GetSource() const OVERRIDE;
|
| virtual void StartDataRequest(
|
| const std::string& path,
|
| - bool is_incognito,
|
| + int render_process_id,
|
| + int render_view_id,
|
| const content::URLDataSource::GotDataCallback& callback) OVERRIDE;
|
| virtual std::string GetMimeType(const std::string& path) const OVERRIDE;
|
| virtual base::MessageLoop* MessageLoopForRequestPath(
|
|
|