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

Unified Diff: chrome/browser/browser_process_platform_part_chromeos.cc

Issue 14951007: Refactor BrowserProcessPlatformPart. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ios? Created 7 years, 7 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_process_platform_part_chromeos.h ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_platform_part_chromeos.cc
diff --git a/chrome/browser/browser_process_platform_part_chromeos.cc b/chrome/browser/browser_process_platform_part_chromeos.cc
index 25f881d2abbf82f9bb999aea7edfdcbe9aefa6ca..11cacb3252976ac24434ba7fce450764e5459c5f 100644
--- a/chrome/browser/browser_process_platform_part_chromeos.cc
+++ b/chrome/browser/browser_process_platform_part_chromeos.cc
@@ -14,14 +14,6 @@ BrowserProcessPlatformPart::BrowserProcessPlatformPart()
BrowserProcessPlatformPart::~BrowserProcessPlatformPart() {
}
-void BrowserProcessPlatformPart::PlatformSpecificCommandLineProcessing(
- const CommandLine& /* command_line */) {
-}
-
-void BrowserProcessPlatformPart::StartTearDown() {
- profile_helper_.reset();
-}
-
chromeos::OomPriorityManager*
BrowserProcessPlatformPart::oom_priority_manager() {
DCHECK(CalledOnValidThread());
@@ -42,3 +34,7 @@ void BrowserProcessPlatformPart::CreateProfileHelper() {
created_profile_helper_ = true;
profile_helper_.reset(new chromeos::ProfileHelper());
}
+
+void BrowserProcessPlatformPart::StartTearDown() {
+ profile_helper_.reset();
+}
« no previous file with comments | « chrome/browser/browser_process_platform_part_chromeos.h ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698