| Index: mash/session/session.cc
|
| diff --git a/mash/session/session.cc b/mash/session/session.cc
|
| index ae28ff0c14f9d3ffe3308e7b0710394c76acf19c..adf69c7dc0002626f70c103620c7279b8701fc42 100644
|
| --- a/mash/session/session.cc
|
| +++ b/mash/session/session.cc
|
| @@ -32,7 +32,7 @@ void Session::OnStart(const shell::Identity& identity) {
|
| StartWindowManager();
|
| StartQuickLaunch();
|
| // Launch a chrome window for dev convience; don't do this in the long term.
|
| - connector()->Connect("exe:chrome");
|
| + connector()->Connect("service:content_browser");
|
| }
|
|
|
| bool Session::OnConnect(const shell::Identity& remote_identity,
|
|
|