Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4611)

Unified Diff: chrome/browser/extensions/api/cookies/cookies_api.cc

Issue 10827372: Remove noisy LOG statement from cookies API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/api/cookies/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/cookies/cookies_api.cc
diff --git a/chrome/browser/extensions/api/cookies/cookies_api.cc b/chrome/browser/extensions/api/cookies/cookies_api.cc
index 055b89aecf084345aeeab874211a9eba304a6a31..803e64f4a92b4037d7a4b625446c22c299ac2853 100644
--- a/chrome/browser/extensions/api/cookies/cookies_api.cc
+++ b/chrome/browser/extensions/api/cookies/cookies_api.cc
@@ -368,9 +368,6 @@ void SetCookieFunction::SetCookieOnIOThread() {
base::Time::FromDoubleT(*parsed_args_->details.expiration_date);
}
- if (parsed_args_->details.name.get())
- LOG(INFO) << "Cookie name: " << *parsed_args_->details.name;
-
cookie_monster->SetCookieWithDetailsAsync(
url_,
parsed_args_->details.name.get() ? *parsed_args_->details.name : "",
« no previous file with comments | « chrome/browser/extensions/api/cookies/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698