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

Unified Diff: extensions/browser/api/networking_private/networking_private_service_client.h

Issue 2891453002: Introduce networkingPrivate.getCertificateLists (Closed)
Patch Set: Clang format Created 3 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
Index: extensions/browser/api/networking_private/networking_private_service_client.h
diff --git a/extensions/browser/api/networking_private/networking_private_service_client.h b/extensions/browser/api/networking_private/networking_private_service_client.h
index 6dff5a1e3fed66a85b8edc9514578d1867962a6b..95effddeceecd1c58c8228118aedc8766e5d82a1 100644
--- a/extensions/browser/api/networking_private/networking_private_service_client.h
+++ b/extensions/browser/api/networking_private/networking_private_service_client.h
@@ -108,6 +108,7 @@ class NetworkingPrivateServiceClient
std::unique_ptr<base::ListValue> GetEnabledNetworkTypes() override;
std::unique_ptr<DeviceStateList> GetDeviceStateList() override;
std::unique_ptr<base::DictionaryValue> GetGlobalPolicy() override;
+ std::unique_ptr<base::DictionaryValue> GetCertificateLists() override;
bool EnableNetworkType(const std::string& type) override;
bool DisableNetworkType(const std::string& type) override;
bool RequestScan() override;

Powered by Google App Engine
This is Rietveld 408576698