Index: chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc |
diff --git a/chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc b/chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc |
index e4b8e17b13fe8c7759443c437af19d8868ab9875..02f4470ef4bc89538a160229bc07cf56ba12bec5 100644 |
--- a/chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc |
+++ b/chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc |
@@ -36,7 +36,8 @@ class ProxySettingsHTMLSource : public content::URLDataSource { |
virtual std::string GetSource() 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&) const OVERRIDE { |
return "text/html"; |
@@ -65,7 +66,8 @@ std::string ProxySettingsHTMLSource::GetSource() { |
void ProxySettingsHTMLSource::StartDataRequest( |
const std::string& path, |
- bool is_incognito, |
+ int render_process_id, |
+ int render_view_id, |
const content::URLDataSource::GotDataCallback& callback) { |
webui::SetFontAndTextDirection(localized_strings_.get()); |