Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1052)

Unified Diff: net/base/cookie_monster.cc

Issue 7355025: Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging cookies at UI thread. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/browser/cookies_tree_model_unittest.cc ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/cookie_monster.cc
===================================================================
--- net/base/cookie_monster.cc (revision 92558)
+++ net/base/cookie_monster.cc (working copy)
@@ -2098,11 +2098,9 @@
if (pc.HasDomain()) {
domain_string = pc.Domain();
}
- bool result
- = GetCookieDomainWithString(url, domain_string,
+ GetCookieDomainWithString(url, domain_string,
erikwright (departed) 2011/07/19 14:40:33 What's the background on this change?
ycxiao1 2011/07/19 22:12:48 This canonicalcookie construct was originally used
&cookie_domain);
// Caller is responsible for passing in good arguments.
- DCHECK(result);
domain_ = cookie_domain;
}
« chrome/browser/cookies_tree_model_unittest.cc ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698