| Index: net/base/cookie_monster.h
|
| ===================================================================
|
| --- net/base/cookie_monster.h (revision 95574)
|
| +++ net/base/cookie_monster.h (working copy)
|
| @@ -617,12 +617,6 @@
|
|
|
| // Supports the default copy constructor.
|
|
|
| - // Creates a canonical cookie from parsed cookie.
|
| - // Canonicalizes and validates inputs. May return NULL if an attribute
|
| - // value is invalid.
|
| - static CanonicalCookie* Create(const GURL& url,
|
| - const ParsedCookie& pc);
|
| -
|
| // Creates a canonical cookie from unparsed attribute values.
|
| // Canonicalizes and validates inputs. May return NULL if an attribute
|
| // value is invalid.
|
|
|