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

Unified Diff: chrome/browser/browser_process_platform_part_chromeos.h

Issue 14698027: Move winaura specific methods and members from chrome/browser/browser_process.h to chrome/browser/b… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix includes in testing_browser_process_platform_part.h 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
Index: chrome/browser/browser_process_platform_part_chromeos.h
diff --git a/chrome/browser/browser_process_platform_part_chromeos.h b/chrome/browser/browser_process_platform_part_chromeos.h
index f070546358222aa628901146f60be2828a5ebadd..5976302986e3d2ff0f4b1b250f6774d84ead5839 100644
--- a/chrome/browser/browser_process_platform_part_chromeos.h
+++ b/chrome/browser/browser_process_platform_part_chromeos.h
@@ -9,6 +9,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/threading/non_thread_safe.h"
+class CommandLine;
+
namespace chromeos {
class OomPriorityManager;
class ProfileHelper;
@@ -19,6 +21,11 @@ class BrowserProcessPlatformPart : public base::NonThreadSafe {
BrowserProcessPlatformPart();
virtual ~BrowserProcessPlatformPart();
+ // Called after creating the process singleton or when another chrome
+ // rendez-vous with this one.
+ virtual void PlatformSpecificCommandLineProcessing(
+ const CommandLine& command_line);
+
// Called from BrowserProcessImpl::StartTearDown().
virtual void StartTearDown();
« no previous file with comments | « chrome/browser/browser_process_platform_part_aurawin.cc ('k') | chrome/browser/browser_process_platform_part_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698