summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 03:09:44 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 03:09:44 +0000
commit6790e994966a2986bab059b9ecd00ecf31e6bda6 (patch)
tree0eb8334013483d34237d69ec1aec7185e040d3a1 /net
parentbe06d67c4742c12b2ad98bcfd7e0dbc74b627075 (diff)
downloadchromium_src-6790e994966a2986bab059b9ecd00ecf31e6bda6.zip
chromium_src-6790e994966a2986bab059b9ecd00ecf31e6bda6.tar.gz
chromium_src-6790e994966a2986bab059b9ecd00ecf31e6bda6.tar.bz2
Revert 111850 - base::Bind: Convert the following files.
* automation_provider_win.cc * chrome_browser_main.cc * web_socket_proxy_controller.cc * cookie_policy_browsertest.cc * profile_sync_service_autofill_unittest.cc BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8727018 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/8729019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/base/cookie_store.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/cookie_store.h b/net/base/cookie_store.h
index 873d88b..1276e2d 100644
--- a/net/base/cookie_store.h
+++ b/net/base/cookie_store.h
@@ -69,7 +69,7 @@ class NET_EXPORT CookieStore : public base::RefCountedThreadSafe<CookieStore> {
// TODO(???): what if the total size of all the cookies >4k, can we have a
// header that big or do we need multiple Cookie: headers?
- // Note: Some sites, such as Facebook, occasionally use Cookie headers >4k.
+ // Note: Some sites, such as Facebook, occationally use Cookie headers >4k.
//
// Simple interface, gets a cookie string "a=b; c=d" for the given URL.
// Use options to access httponly cookies.
@@ -78,7 +78,7 @@ class NET_EXPORT CookieStore : public base::RefCountedThreadSafe<CookieStore> {
const GetCookiesCallback& callback) = 0;
// This function is similar to GetCookiesWithOptions same functionality as
- // GetCookiesWithOptions except that it additionally provides detailed
+ // GetCookiesWithOptions except that it additionaly provides detailed
// information about the cookie contained in the cookie line. See |struct
// CookieInfo| above for details.
virtual void GetCookiesWithInfoAsync(