diff options
author | bshe@chromium.org <bshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 18:17:47 +0000 |
---|---|---|
committer | bshe@chromium.org <bshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 18:17:47 +0000 |
commit | 0cfc18eb157e254e046ad48b104f7d59f04a30a2 (patch) | |
tree | 64f7e20270bd0c26175792e20cb2f90c224a4cee /ash/ash.gyp | |
parent | 60ca6f3e715460d584cdd4ef2929e449bb46ff74 (diff) | |
download | chromium_src-0cfc18eb157e254e046ad48b104f7d59f04a30a2.zip chromium_src-0cfc18eb157e254e046ad48b104f7d59f04a30a2.tar.gz chromium_src-0cfc18eb157e254e046ad48b104f7d59f04a30a2.tar.bz2 |
Remove "set wallpaper..." option in system context menu when guest logged in
BUG=120763
TEST=Log in as guest user, click right mouse button on wallpaper, there should
be no "set wallpaper..." options in the popup context menu.
Review URL: https://chromiumcodereview.appspot.com/9960024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131806 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 2bd4937..5c8c215 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -109,6 +109,8 @@ 'screenshot_delegate.h', 'shell.cc', 'shell.h', + 'shell_context_menu.cc', + 'shell_context_menu.h', 'shell_delegate.h', 'shell_factory.h', 'shell_window_ids.h', |