Index: chrome/browser/ui/startup/startup_browser_creator_impl.h |
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.h b/chrome/browser/ui/startup/startup_browser_creator_impl.h |
index 95f17650193173040a74db379890faff9c3d693d..1ddbff9b5e8c3e0a5709abc31610df09e9cb0258 100644 |
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.h |
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.h |
@@ -138,13 +138,17 @@ class StartupBrowserCreatorImpl { |
// that case. |
void CheckPreferencesBackup(Profile* profile); |
+ // Starts developer tools HTTP protocol handler if needed. |
+ static void LaunchDevToolsHandlerIfNeeded(Profile* profile, |
+ const CommandLine& command_line); |
+ |
// Function to open startup urls in an existing Browser instance for the |
// profile passed in. Returns true on success. |
static bool OpenStartupURLsInExistingBrowser( |
Profile* profile, |
const std::vector<GURL>& startup_urls); |
- const FilePath cur_dir_; |
+ const FilePath cur_dir_; |
sky
2012/12/04 00:10:53
remove white space.
|
const CommandLine& command_line_; |
Profile* profile_; |
StartupBrowserCreator* browser_creator_; |