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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 949293002: Implement a poor man's PostAfterStartupTask() function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/chrome_content_browser_client.h ('k') | content/browser/after_startup_task_poster_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index be00c5c456562636282576bdfb0288ac96e48f09..f3729d2a916c26254d85d7f5f11e153022971965 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -801,6 +801,12 @@ content::BrowserMainParts* ChromeContentBrowserClient::CreateBrowserMainParts(
return main_parts;
}
+content::AfterStartupTaskPoster*
+ChromeContentBrowserClient::GetAfterStartupTaskPoster() {
+ // todo: write me
michaeln 2015/03/03 02:41:41 I'll flesh this out after the content public api i
+ return ContentBrowserClient::GetAfterStartupTaskPoster();
+}
+
std::string ChromeContentBrowserClient::GetStoragePartitionIdForSite(
content::BrowserContext* browser_context,
const GURL& site) {
« no previous file with comments | « chrome/browser/chrome_content_browser_client.h ('k') | content/browser/after_startup_task_poster_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698