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

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

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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
Index: chrome/browser/automation/automation_resource_message_filter.h
diff --git a/chrome/browser/automation/automation_resource_message_filter.h b/chrome/browser/automation/automation_resource_message_filter.h
index c245f2800033252f37bacd150fa89dbecc58df09..a30825f37cd10e9760fee25b9aa1d1572fc7763e 100644
--- a/chrome/browser/automation/automation_resource_message_filter.h
+++ b/chrome/browser/automation/automation_resource_message_filter.h
@@ -203,10 +203,7 @@ class AutomationResourceMessageFilter
// Contains information used for completing the request to read cookies from
// the host coming in from the renderer.
- struct CookieCompletionInfo {
- net::CompletionCallback* completion_callback;
- scoped_refptr<net::CookieStore> cookie_store;
- };
+ struct CookieCompletionInfo;
// Map of completion callback id to CookieCompletionInfo, which contains the
// actual callback which is invoked on successful retrieval of cookies from

Powered by Google App Engine
This is Rietveld 408576698