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

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

Issue 2620463003: Add getGlobalPolicy to networkingPrivate API. (Closed)
Patch Set: Add dcheck Created 3 years, 11 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_linux.h
diff --git a/extensions/browser/api/networking_private/networking_private_linux.h b/extensions/browser/api/networking_private/networking_private_linux.h
index 6d69d97b9049aa5b14b9dbb96963cd405f91371c..1f398f6d024a22e559ec4a4f637c91907a5677f9 100644
--- a/extensions/browser/api/networking_private/networking_private_linux.h
+++ b/extensions/browser/api/networking_private/networking_private_linux.h
@@ -91,9 +91,9 @@ class NetworkingPrivateLinux : public NetworkingPrivateDelegate {
const std::string& new_pin,
const VoidCallback& success_callback,
const FailureCallback& failure_callback) override;
-
std::unique_ptr<base::ListValue> GetEnabledNetworkTypes() override;
std::unique_ptr<DeviceStateList> GetDeviceStateList() override;
+ std::unique_ptr<base::DictionaryValue> GetGlobalPolicy() 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