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

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

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.h
diff --git a/chromeos/network/onc/onc_test_utils.h b/chromeos/network/onc/onc_test_utils.h
index 85e912d6f7864504f3145554180068fb9bdc1a0a..0c181d1d2ba64451f915acbb20d0dcbfb77e8c11 100644
--- a/chromeos/network/onc/onc_test_utils.h
+++ b/chromeos/network/onc/onc_test_utils.h
@@ -32,6 +32,8 @@ scoped_ptr<base::DictionaryValue> ReadTestDictionary(
::testing::AssertionResult Equals(const base::DictionaryValue* expected,
const base::DictionaryValue* actual);
+std::string FakeFingerprintToPEM(const std::string& fingerprint);
+
} // namespace test_utils
} // namespace onc
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698