diff options
author | tengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-25 00:13:15 +0000 |
---|---|---|
committer | tengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-25 00:13:15 +0000 |
commit | cc5110ade0488b8c10fbe47040ecc5ede0b14212 (patch) | |
tree | 778557cc0ad7216f6dc1aff17faa0213979883bc /chrome/browser/browser_process_impl.h | |
parent | 4e1272f40f7ca5832078d9d8ed4b5c875bfcb774 (diff) | |
download | chromium_src-cc5110ade0488b8c10fbe47040ecc5ede0b14212.zip chromium_src-cc5110ade0488b8c10fbe47040ecc5ede0b14212.tar.gz chromium_src-cc5110ade0488b8c10fbe47040ecc5ede0b14212.tar.bz2 |
Remove reference to profile in devtools remote debugging initialization.
Use GetLastUsedProfile instead, so we can get the user profile after
logging in on CrOS.
BUG=242354
TEST=run_tests on CrOS
Review URL: https://chromiumcodereview.appspot.com/15305014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202240 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r-- | chrome/browser/browser_process_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index 0479e31..e80b4fb 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -92,7 +92,6 @@ class BrowserProcessImpl : public BrowserProcess, virtual RenderWidgetSnapshotTaker* GetRenderWidgetSnapshotTaker() OVERRIDE; virtual AutomationProviderList* GetAutomationProviderList() OVERRIDE; virtual void CreateDevToolsHttpProtocolHandler( - Profile* profile, chrome::HostDesktopType host_desktop_type, const std::string& ip, int port, |