Commit 04b5d933 authored by David Jacobo's avatar David Jacobo Committed by Commit Bot

Remove duplicate definition of AndroidAppsInfo

In chrome://settings we already have a definition for AndroidAppsInfo so
reusing instead of duplicating.

Bug: None
Test: Build.
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: Ie7a24d9c9df7fe3d22e3e85d067c140944f85db4
Reviewed-on: https://chromium-review.googlesource.com/773479Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: David Jacobo <djacobo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517647}
parent 16711ec5
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
'<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu', '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_behavior', '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_behavior',
'site_settings_behavior', 'site_settings_behavior',
'../android_apps_page/compiled_resources2.gyp:android_apps_browser_proxy',
], ],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'], 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
}, },
......
...@@ -17,18 +17,6 @@ var MenuActions = { ...@@ -17,18 +17,6 @@ var MenuActions = {
REMOVE: 'Remove', REMOVE: 'Remove',
}; };
/**
* Type definition of AndroidAppsInfo entry. |playStoreEnabled| indicates that
* Play Store is enabled. |settingsAppAvailable| indicates that Android settings
* app is registered in the system.
* @typedef {{
* playStoreEnabled: boolean,
* settingsAppAvailable: boolean,
* }}
* @see chrome/browser/ui/webui/settings/chromeos/android_apps_handler.cc
*/
var AndroidAppsInfo;
/** /**
* @typedef {{host: string, * @typedef {{host: string,
* protocol: string, * protocol: string,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment