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

Unified Diff: content/browser/browser_main.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/browser/browser_main.h
diff --git a/content/browser/browser_main.h b/content/browser/browser_main.h
index 5934778747837a2fb3bb673c30100b2f3065525d..ff52aefa12be7b35e5f294688cce37f20a222032 100644
--- a/content/browser/browser_main.h
+++ b/content/browser/browser_main.h
@@ -12,8 +12,6 @@ namespace content {
struct MainFunctionParams;
-bool ExitedMainMessageLoop();
Lei Zhang 2015/08/28 06:45:40 marshall: You left this dangling in r121454 years
Marshall 2015/08/28 16:11:21 changes lgtm
-
CONTENT_EXPORT int BrowserMain(const content::MainFunctionParams& parameters);
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698