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

Unified Diff: chrome/browser/chromeos/options/vpn_config_view.h

Issue 10377168: cros vpn config: Read UI data from the correct VPN dictionaries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | chrome/browser/chromeos/options/vpn_config_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/options/vpn_config_view.h
diff --git a/chrome/browser/chromeos/options/vpn_config_view.h b/chrome/browser/chromeos/options/vpn_config_view.h
index 5f8c5c83b2c00484169dd8ee14a3f6bfcb361004..8cc893f4782d2b642ffe0c5d32b233783d945fa0 100644
--- a/chrome/browser/chromeos/options/vpn_config_view.h
+++ b/chrome/browser/chromeos/options/vpn_config_view.h
@@ -110,9 +110,10 @@ class VPNConfigView : public ChildNetworkConfigView,
const std::string GetUserCertID() const;
// Parses a VPN UI |property| from the given |network|. |key| is the property
- // name within the type-specific VPN subdictionary.
+ // name within the type-specific VPN subdictionary named |dict_key|.
void ParseVPNUIProperty(NetworkPropertyUIData* property_ui_data,
Network* network,
+ const std::string& dict_key,
const std::string& key);
CertLibrary* cert_library_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/vpn_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698