diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-29 22:35:30 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-29 22:35:30 +0000 |
commit | d1c7d71cb395d96f635796b1865926b1636a01fc (patch) | |
tree | d1bfc9b952e457b5f5e2c07d739d468c28ca4c2b /chrome/browser/ui/webui/chrome_url_data_manager.h | |
parent | 963c15aa255a5e512aec7a434ee14a4f5be83d52 (diff) | |
download | chromium_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/ui/webui/chrome_url_data_manager.h')
-rw-r--r-- | chrome/browser/ui/webui/chrome_url_data_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/chrome_url_data_manager.h b/chrome/browser/ui/webui/chrome_url_data_manager.h index f5eb3d2..bed84d7 100644 --- a/chrome/browser/ui/webui/chrome_url_data_manager.h +++ b/chrome/browser/ui/webui/chrome_url_data_manager.h @@ -67,7 +67,7 @@ class ChromeURLDataManager { // call SendResponse() when the data is available or if the request could // not be satisfied. virtual void StartDataRequest(const std::string& path, - bool is_off_the_record, + bool is_incognito, int request_id) = 0; // Return the mimetype that should be sent with this response, or empty |