diff options
author | jackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 18:18:05 +0000 |
---|---|---|
committer | jackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 18:18:05 +0000 |
commit | 2d1d16f1498a988a09c74ac33b475dbd428af495 (patch) | |
tree | e3bb918d971da1ffdf9548fb2dad468641ee87dc /apps | |
parent | 3f3abff5f7332dc24a3b82c90423ceddc3969a55 (diff) | |
download | chromium_src-2d1d16f1498a988a09c74ac33b475dbd428af495.zip chromium_src-2d1d16f1498a988a09c74ac33b475dbd428af495.tar.gz chromium_src-2d1d16f1498a988a09c74ac33b475dbd428af495.tar.bz2 |
Remove web_app_ui.[cc|h].
The UpdateShortcutWorker class is windows specific and is moved to its own file.
UpdateShortcutForTabContents is moved to web_app_win.
GetShortcutInfoForTab is moved to web_app.
TBR=sky@chromium.org
BUG=356889
Review URL: https://codereview.chromium.org/213113005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261481 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps')
-rw-r--r-- | apps/app_shim/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_shim/DEPS b/apps/app_shim/DEPS index 6c77a25..e836a97 100644 --- a/apps/app_shim/DEPS +++ b/apps/app_shim/DEPS @@ -7,7 +7,6 @@ include_rules = [ "+chrome/browser/ui/extensions/application_launch.h", "+chrome/browser/ui/extensions/extension_enable_flow.h", "+chrome/browser/ui/extensions/extension_enable_flow_delegate.h", - "+chrome/browser/ui/web_applications/web_app_ui.h", "+chrome/browser/ui/webui/ntp/core_app_launcher_handler.h", "+chrome/browser/web_applications/web_app_mac.h", "+chrome/common/chrome_constants.h", |