summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 03:07:52 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 03:07:52 +0000
commitbe06d67c4742c12b2ad98bcfd7e0dbc74b627075 (patch)
tree8ea299a009a72a9520555f3f09f421f6974bb6d9 /net
parent2094f18805eb060a1603dfe5b4523ac2a44a4529 (diff)
downloadchromium_src-be06d67c4742c12b2ad98bcfd7e0dbc74b627075.zip
chromium_src-be06d67c4742c12b2ad98bcfd7e0dbc74b627075.tar.gz
chromium_src-be06d67c4742c12b2ad98bcfd7e0dbc74b627075.tar.bz2
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111850 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 1276e2d..873d88b 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, occationally use Cookie headers >4k.
+ // Note: Some sites, such as Facebook, occasionally 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 additionaly provides detailed
+ // GetCookiesWithOptions except that it additionally provides detailed
// information about the cookie contained in the cookie line. See |struct
// CookieInfo| above for details.
virtual void GetCookiesWithInfoAsync(