summaryrefslogtreecommitdiffstats
path: root/base/nix/xdg_util.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-17 23:40:17 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-17 23:40:17 +0000
commit9e6c9bde9a6014b1cb703d064acfb5c07462f272 (patch)
tree4c7103c1eb326ca189008bb86a6e8b8558f2d666 /base/nix/xdg_util.h
parent30a10dcfc0b5935a43557719cb19767419d4de13 (diff)
downloadchromium_src-9e6c9bde9a6014b1cb703d064acfb5c07462f272.zip
chromium_src-9e6c9bde9a6014b1cb703d064acfb5c07462f272.tar.gz
chromium_src-9e6c9bde9a6014b1cb703d064acfb5c07462f272.tar.bz2
Linux: Detect Unity as a desktop environment.
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10735034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147134 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/nix/xdg_util.h')
-rw-r--r--base/nix/xdg_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/nix/xdg_util.h b/base/nix/xdg_util.h
index b068d84..fc72663 100644
--- a/base/nix/xdg_util.h
+++ b/base/nix/xdg_util.h
@@ -53,6 +53,7 @@ enum DesktopEnvironment {
// them as two different desktop environments here.
DESKTOP_ENVIRONMENT_KDE3,
DESKTOP_ENVIRONMENT_KDE4,
+ DESKTOP_ENVIRONMENT_UNITY,
DESKTOP_ENVIRONMENT_XFCE,
};