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

Unified Diff: chromeos/network/onc/onc_test_utils.cc

Issue 16946002: Resolve certificate references in ONC by PEM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests. Created 7 years, 6 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
Index: chromeos/network/onc/onc_test_utils.cc
diff --git a/chromeos/network/onc/onc_test_utils.cc b/chromeos/network/onc/onc_test_utils.cc
index 3e854a3105fd5fc1d28136e05450d412d3e28ddf..6b72bd345a2965185013d716b97a5c255c325bb3 100644
--- a/chromeos/network/onc/onc_test_utils.cc
+++ b/chromeos/network/onc/onc_test_utils.cc
@@ -78,6 +78,10 @@ scoped_ptr<base::DictionaryValue> ReadTestDictionary(
<< "Actual dictionary:\n" << *actual;
}
+std::string FakeFingerprintToPEM(const std::string& fingerprint) {
+ return "[fake PEM for " + fingerprint + "]";
+}
+
} // namespace test_utils
} // namespace onc
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698