diff options
author | fqj <fqj@chromium.org> | 2015-11-17 14:41:53 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-17 22:42:57 +0000 |
commit | 9bbb6b3f5f8973b8c8389858e2f421e36554b831 (patch) | |
tree | 4dbe2740d6134ec344f174591da3267b66073882 /extensions/common | |
parent | bdb9d194c286a4f79e9c048a4914fbe56e768bf2 (diff) | |
download | chromium_src-9bbb6b3f5f8973b8c8389858e2f421e36554b831.zip chromium_src-9bbb6b3f5f8973b8c8389858e2f421e36554b831.tar.gz chromium_src-9bbb6b3f5f8973b8c8389858e2f421e36554b831.tar.bz2 |
UI changes to disable button for prohibted technologies
This commit grays out the buttons for some specific technologies,
and modifies the hint text of system tray for user session
if they are prohibited.
It also removes the corresponding elements in chrome://settings
page.
Depends on: https://codereview.chromium.org/1431563005/
BUG=426390
Review URL: https://codereview.chromium.org/1434443002
Cr-Commit-Position: refs/heads/master@{#360186}
Diffstat (limited to 'extensions/common')
-rw-r--r-- | extensions/common/api/networking_private.idl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/common/api/networking_private.idl b/extensions/common/api/networking_private.idl index 2cf52fd..75c3449 100644 --- a/extensions/common/api/networking_private.idl +++ b/extensions/common/api/networking_private.idl @@ -48,7 +48,9 @@ namespace networkingPrivate { // Enabled state has been requested but has not completed. Enabling, // Device is enabled. - Enabled + Enabled, + // Device is prohibited. + Prohibited }; enum IPConfigType { |