| Index: chrome/browser/views/cookie_info_view.h
|
| ===================================================================
|
| --- chrome/browser/views/cookie_info_view.h (revision 38222)
|
| +++ chrome/browser/views/cookie_info_view.h (working copy)
|
| @@ -47,6 +47,10 @@
|
| void SetCookie(const std::string& domain,
|
| const net::CookieMonster::CanonicalCookie& cookie_node);
|
|
|
| + // Update the display from the specified cookie string.
|
| + void SetCookieString(const std::string& domain,
|
| + const net::CookieMonster::ParsedCookie& cookie);
|
| +
|
| // Clears the cookie display to indicate that no or multiple cookies are
|
| // selected.
|
| void ClearCookieDisplay();
|
|
|