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

Unified Diff: content/public/browser/browser_main_runner.h

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
Index: content/public/browser/browser_main_runner.h
diff --git a/content/public/browser/browser_main_runner.h b/content/public/browser/browser_main_runner.h
index dcde509e583aedd2bccb70e3ace8a0def853b09d..188f5702b0410781452ef5bd38fb279c5f3dc150 100644
--- a/content/public/browser/browser_main_runner.h
+++ b/content/public/browser/browser_main_runner.h
@@ -32,6 +32,8 @@ class CONTENT_EXPORT BrowserMainRunner {
virtual void Shutdown() = 0;
};
+CONTENT_EXPORT bool IsBrowserStartingUp();
+
} // namespace content
#endif // CONTENT_PUBLIC_BROWSER_BROWSER_MAIN_RUNNER_H_

Powered by Google App Engine
This is Rietveld 408576698