summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-29 22:35:30 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-29 22:35:30 +0000
commitd1c7d71cb395d96f635796b1865926b1636a01fc (patch)
treed1bfc9b952e457b5f5e2c07d739d468c28ca4c2b /chrome/browser/sync
parent963c15aa255a5e512aec7a434ee14a4f5be83d52 (diff)
downloadchromium_src-d1c7d71cb395d96f635796b1865926b1636a01fc.zip
chromium_src-d1c7d71cb395d96f635796b1865926b1636a01fc.tar.gz
chromium_src-d1c7d71cb395d96f635796b1865926b1636a01fc.tar.bz2
Renaming is_off_the_record to is_incognito. Contributed by vipul.bhasin@gmail.com
BUG=3333 TEST=NONE Review URL: http://codereview.chromium.org/6714031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79756 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r--chrome/browser/sync/sync_setup_wizard.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/sync/sync_setup_wizard.cc b/chrome/browser/sync/sync_setup_wizard.cc
index 74d4623..0a1b7db 100644
--- a/chrome/browser/sync/sync_setup_wizard.cc
+++ b/chrome/browser/sync/sync_setup_wizard.cc
@@ -42,7 +42,7 @@ class SyncResourcesSource : public ChromeURLDataManager::DataSource {
}
virtual void StartDataRequest(const std::string& path,
- bool is_off_the_record,
+ bool is_incognito,
int request_id);
virtual std::string GetMimeType(const std::string& path) const {
@@ -80,7 +80,8 @@ const char* SyncResourcesSource::kCreateNewAccountUrl =
"https://www.google.com/accounts/NewAccount?service=chromiumsync";
void SyncResourcesSource::StartDataRequest(const std::string& path_raw,
- bool is_off_the_record, int request_id) {
+ bool is_incognito,
+ int request_id) {
using l10n_util::GetStringUTF16;
using l10n_util::GetStringFUTF16;