summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/cookie_info_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/cookie_info_view.h')
-rw-r--r--chrome/browser/views/cookie_info_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/cookie_info_view.h b/chrome/browser/views/cookie_info_view.h
index b0be231..f793d95 100644
--- a/chrome/browser/views/cookie_info_view.h
+++ b/chrome/browser/views/cookie_info_view.h
@@ -48,8 +48,8 @@ class CookieInfoView : public views::View,
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);
+ void SetCookieString(const std::string& host,
+ const std::string& cookie_line);
// Clears the cookie display to indicate that no or multiple cookies are
// selected.