commit | d1c7d71cb395d96f635796b1865926b1636a01fc | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Mar 29 22:35:30 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Mar 29 22:35:30 2011 |
tree | d1bfc9b952e457b5f5e2c07d739d468c28ca4c2b | |
parent | 963c15aa255a5e512aec7a434ee14a4f5be83d52 [diff] [blame] |
Renaming is_off_the_record to is_incognito. Contributed by [email protected] 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
diff --git a/chrome/browser/ui/webui/favicon_source.h b/chrome/browser/ui/webui/favicon_source.h index a361d8d..8aebc2f 100644 --- a/chrome/browser/ui/webui/favicon_source.h +++ b/chrome/browser/ui/webui/favicon_source.h
@@ -25,7 +25,7 @@ // Called when the network layer has requested a resource underneath // the path we registered. 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&) const;