commit | 233d0e77bb0b2be99f028b121440dd427e4e25b8 | [log] [tgz] |
---|---|---|
author | phweiss <[email protected]> | Mon Jul 30 16:56:42 2018 |
committer | Commit Bot <[email protected]> | Mon Jul 30 16:56:42 2018 |
tree | 9210039c3f4f11437077d3e4d88d0f12244a8d01 | |
parent | 7e9dea0b1588aac4a270019ad38d269f1905bb56 [diff] [blame] |
Create new mojo API for Always-on VPN feature To expand the Always-on VPN feature on Android to apply to chrome, we need to know what VPN package to apply it to. Then we store that information in a pref in chrome, so that it is available after restart, even before ARC++ has started. BUG=b:72861260 TEST=unit tests Change-Id: I2096acb14f74316186a83e76547bd6e9d0c116b7 Reviewed-on: https://chromium-review.googlesource.com/1052507 Reviewed-by: Mattias Nissler <[email protected]> Reviewed-by: Luis Hector Chavez <[email protected]> Commit-Queue: Philipp Weiß <[email protected]> Cr-Commit-Position: refs/heads/master@{#579070}
diff --git a/components/arc/arc_prefs.h b/components/arc/arc_prefs.h index 23c8b32..9a43759c 100644 --- a/components/arc/arc_prefs.h +++ b/components/arc/arc_prefs.h
@@ -13,6 +13,8 @@ namespace prefs { // Sorted in lexicographical order. +ARC_EXPORT extern const char kAlwaysOnVpnLockdown[]; +ARC_EXPORT extern const char kAlwaysOnVpnPackage[]; ARC_EXPORT extern const char kArcActiveDirectoryPlayUserId[]; ARC_EXPORT extern const char kArcApps[]; ARC_EXPORT extern const char kArcBackupRestoreEnabled[];