Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Unified Diff: components/arc/common/net.mojom

Issue 1769083003: ARC: Add network GUID to the metadata that is sent to the Host. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typo in commit description. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/arc/net/arc_net_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/net.mojom
diff --git a/components/arc/common/net.mojom b/components/arc/common/net.mojom
index dde940d693fe0fc83246583c1ff0c355282de16e..67c3abee6a6952d4e817102f2da5d3f2da8964ed 100644
--- a/components/arc/common/net.mojom
+++ b/components/arc/common/net.mojom
@@ -25,6 +25,7 @@ struct WifiConfiguration {
int32 signal_strength;
string bssid;
string security;
+ [MinVersion=1] string? guid;
};
struct NetworkData {
« no previous file with comments | « no previous file | components/arc/net/arc_net_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698