summaryrefslogtreecommitdiffstats
path: root/ui/chromeos/README.chromium
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-09 01:45:23 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-09 01:45:23 +0000
commit960df013bd7cd5ddedfde766ce27efdaf614a9b2 (patch)
tree01ca1917dcca4ad3e48535a90071cb2828aaf0eb /ui/chromeos/README.chromium
parent3c22115853db9af9bba693e9a6d547f0a391e292 (diff)
downloadchromium_src-960df013bd7cd5ddedfde766ce27efdaf614a9b2.zip
chromium_src-960df013bd7cd5ddedfde766ce27efdaf614a9b2.tar.gz
chromium_src-960df013bd7cd5ddedfde766ce27efdaf614a9b2.tar.bz2
Move UserActivityNotifier from ash/ to ui/chromeos/.
This will allow the class to be shared by app_shell. BUG=354711 Review URL: https://codereview.chromium.org/226223008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/chromeos/README.chromium')
-rw-r--r--ui/chromeos/README.chromium3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/chromeos/README.chromium b/ui/chromeos/README.chromium
new file mode 100644
index 0000000..aa6e32c
--- /dev/null
+++ b/ui/chromeos/README.chromium
@@ -0,0 +1,3 @@
+This directory contains things that are simultaneously UI-specific (i.e. can't
+be in chromeos/), Chrome-OS-specific (i.e. shouldn't be in ui/wm/), and used
+outside of (and not dependent on) Ash (i.e. can't be in ash/).