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

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

Issue 1313533003: Fix some extern usage in .cc files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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..9eb6afbbaa27514683c1aa83d3540b96727e226b 100644
--- a/content/public/browser/browser_main_runner.h
+++ b/content/public/browser/browser_main_runner.h
@@ -20,6 +20,9 @@ class CONTENT_EXPORT BrowserMainRunner {
// Create a new BrowserMainRunner object.
static BrowserMainRunner* Create();
+ // Returns true if the BrowserMainRunner has exited the main loop.
+ static bool ExitedMainMessageLoop();
ncarter (slow) 2015/08/28 21:27:20 Does this need to be exposed outside of content?
Lei Zhang 2015/08/28 22:36:21 As is, no. content/browser/browser_main_runner.h d
+
// Initialize all necessary browser state. The |parameters| values will be
// copied. Returning a non-negative value indicates that initialization
// failed, and the returned value is used as the exit code for the process.

Powered by Google App Engine
This is Rietveld 408576698