diff options
author | vsevik@chromium.org <vsevik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-24 20:50:37 +0000 |
---|---|---|
committer | vsevik@chromium.org <vsevik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-24 20:50:37 +0000 |
commit | 76698ea6fae3852ac5a5591cf3e0f56eade677d0 (patch) | |
tree | 487506bb3628a7af6719e902441cdfeefed99584 /chrome/browser/browser_process_impl.h | |
parent | f6ef00570d6ad3227e4671838a64a0426bc176b5 (diff) | |
download | chromium_src-76698ea6fae3852ac5a5591cf3e0f56eade677d0.zip chromium_src-76698ea6fae3852ac5a5591cf3e0f56eade677d0.tar.gz chromium_src-76698ea6fae3852ac5a5591cf3e0f56eade677d0.tar.bz2 |
Browser process does not try to create RemoteDebuggingServer again if it is already created anymore.
BUG=143890
Review URL: https://chromiumcodereview.appspot.com/10827438
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r-- | chrome/browser/browser_process_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index 35a0414..34ee7db 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -78,7 +78,7 @@ class BrowserProcessImpl : public BrowserProcess, virtual IconManager* icon_manager() OVERRIDE; virtual ThumbnailGenerator* GetThumbnailGenerator() OVERRIDE; virtual AutomationProviderList* GetAutomationProviderList() OVERRIDE; - virtual void InitDevToolsHttpProtocolHandler( + virtual void CreateDevToolsHttpProtocolHandler( Profile* profile, const std::string& ip, int port, |