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[];