| Index: chrome/browser/ui/webui/options2/advanced_options_utils_x11.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options2/advanced_options_utils_x11.cc (revision 147124)
|
| +++ chrome/browser/ui/webui/options2/advanced_options_utils_x11.cc (working copy)
|
| @@ -110,7 +110,8 @@
|
|
|
| bool launched = false;
|
| switch (base::nix::GetDesktopEnvironment(env.get())) {
|
| - case base::nix::DESKTOP_ENVIRONMENT_GNOME: {
|
| + case base::nix::DESKTOP_ENVIRONMENT_GNOME:
|
| + case base::nix::DESKTOP_ENVIRONMENT_UNITY: {
|
| launched = StartProxyConfigUtil(kGNOME2ProxyConfigCommand);
|
| if (!launched) {
|
| // We try this second, even though it's the newer way, because this
|
|
|