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

Unified Diff: chrome/browser/automation/automation_profile_impl.h

Issue 197023: This CL changes the CookieStore obect to be a refcounted object to get a bett... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « no previous file | chrome/browser/automation/automation_profile_impl.cc » ('j') | net/base/cookie_monster.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_profile_impl.h
===================================================================
--- chrome/browser/automation/automation_profile_impl.h (revision 25474)
+++ chrome/browser/automation/automation_profile_impl.h (working copy)
@@ -202,7 +202,7 @@
protected:
Profile* original_profile_;
- scoped_ptr<net::CookieStore> alternate_cookie_store_;
+ scoped_refptr<net::CookieStore> alternate_cookie_store_;
scoped_refptr<URLRequestContext> alternate_reqeust_context_;
int tab_handle_;
« no previous file with comments | « no previous file | chrome/browser/automation/automation_profile_impl.cc » ('j') | net/base/cookie_monster.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698