| Index: chrome/browser/automation/automation_profile_impl.cc
|
| ===================================================================
|
| --- chrome/browser/automation/automation_profile_impl.cc (revision 36629)
|
| +++ chrome/browser/automation/automation_profile_impl.cc (working copy)
|
| @@ -110,6 +110,10 @@
|
| return original_cookie_store_->DeleteCookie(url, cookie_name);
|
| }
|
|
|
| + virtual net::CookieMonster* GetCookieMonster() {
|
| + return original_cookie_store_->GetCookieMonster();
|
| + }
|
| +
|
| protected:
|
| void SendIPCMessageOnIOThread(IPC::Message* m) {
|
| if (ChromeThread::CurrentlyOn(ChromeThread::IO)) {
|
|
|