| Index: chrome/browser/chromeos/cros/onc_network_parser.h
 | 
| ===================================================================
 | 
| --- chrome/browser/chromeos/cros/onc_network_parser.h	(revision 112004)
 | 
| +++ chrome/browser/chromeos/cros/onc_network_parser.h	(working copy)
 | 
| @@ -63,6 +63,9 @@
 | 
|    // Returns the type string from the dictionary of network values.
 | 
|    std::string GetTypeFromDictionary(const base::DictionaryValue& info);
 | 
|  
 | 
| +  // Returns the GUID string from the dictionary of network values.
 | 
| +  std::string GetGuidFromDictionary(const base::DictionaryValue& info);
 | 
| +
 | 
|   private:
 | 
|    bool ParseServerOrCaCertificate(
 | 
|      int cert_index,
 | 
| 
 |