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

Unified Diff: chrome/browser/browser_main_posix.h

Issue 3073008: BrowserMain() refactoring, part 2.1. (Closed)
Patch Set: build fix Created 10 years, 5 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/browser_main_mac.mm ('k') | chrome/browser/browser_main_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_main_posix.h
diff --git a/chrome/browser/browser_main_posix.h b/chrome/browser/browser_main_posix.h
index bd247e954c521a74444f6381294980aebebedb0d..817565ac52ea96c3dd35a98c1274ed77cbead71a 100644
--- a/chrome/browser/browser_main_posix.h
+++ b/chrome/browser/browser_main_posix.h
@@ -15,6 +15,11 @@ class BrowserMainPartsPosix : public BrowserMainParts {
protected:
virtual void PreEarlyInitialization();
virtual void PostMainMessageLoopStart();
+
+ private:
+#if !defined(OS_MACOSX)
+ virtual void InitializeSSL() {}
+#endif
};
#endif // CHROME_BROWSER_BROWSER_MAIN_POSIX_H_
« no previous file with comments | « chrome/browser/browser_main_mac.mm ('k') | chrome/browser/browser_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698