summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r--chrome/browser/sync/sync_setup_wizard.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/sync/sync_setup_wizard.cc b/chrome/browser/sync/sync_setup_wizard.cc
index f69e797..e6f7bd8 100644
--- a/chrome/browser/sync/sync_setup_wizard.cc
+++ b/chrome/browser/sync/sync_setup_wizard.cc
@@ -26,7 +26,9 @@ class SyncResourcesSource : public ChromeURLDataManager::DataSource {
: DataSource(chrome::kSyncResourcesHost, MessageLoop::current()) {
}
- virtual void StartDataRequest(const std::string& path, int request_id);
+ virtual void StartDataRequest(const std::string& path,
+ bool is_off_the_record,
+ int request_id);
virtual std::string GetMimeType(const std::string& path) const {
if (path == chrome::kSyncThrobberPath)
@@ -58,7 +60,7 @@ const char* SyncResourcesSource::kCreateNewAccountUrl =
"https://www.google.com/accounts/NewAccount?service=chromiumsync";
void SyncResourcesSource::StartDataRequest(const std::string& path_raw,
- int request_id) {
+ bool is_off_the_record, int request_id) {
scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
if (path_raw == chrome::kSyncThrobberPath) {
scoped_refptr<RefCountedMemory> throbber(