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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator_impl.h

Issue 11412281: Moved dev tools initialization bit earlier for ChromeOS browser start. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/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_;

Powered by Google App Engine
This is Rietveld 408576698