diff options
author | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-20 14:47:34 +0000 |
---|---|---|
committer | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-20 14:47:34 +0000 |
commit | 9145b44b193f5a3037f6d37f5d0c332831a97f83 (patch) | |
tree | 9cc0fa1482e4675e8f45f28965f3df31f9e1bbc5 /apps/app_shim/DEPS | |
parent | 16e04070dfc0075e7b2c63718ccf7e3df98ed178 (diff) | |
download | chromium_src-9145b44b193f5a3037f6d37f5d0c332831a97f83.zip chromium_src-9145b44b193f5a3037f6d37f5d0c332831a97f83.tar.gz chromium_src-9145b44b193f5a3037f6d37f5d0c332831a97f83.tar.bz2 |
UMA for packaged app shortcuts on Mac.
Records Chrome Apps started via app shortcuts on mac under
APP_LAUNCH_CMD_LINE_APP, to appear in the same bucket as shortcuts on
Windows.
BUG=274057
Review URL: https://chromiumcodereview.appspot.com/23280003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218494 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/app_shim/DEPS')
-rw-r--r-- | apps/app_shim/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_shim/DEPS b/apps/app_shim/DEPS index 4a6173f..7e718d7 100644 --- a/apps/app_shim/DEPS +++ b/apps/app_shim/DEPS @@ -3,6 +3,7 @@ include_rules = [ # See http://crbug.com/266705. "+chrome/browser/ui/extensions/application_launch.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", "+chrome/common/chrome_paths.h", |