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

Unified Diff: ash/common/system/networking_config_delegate.h

Issue 2378193002: mustash: Show networking items in ash system tray (Closed)
Patch Set: typo Created 4 years, 3 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
« no previous file with comments | « no previous file | ash/mus/BUILD.gn » ('j') | ash/mus/window_manager_application.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/networking_config_delegate.h
diff --git a/ash/common/system/networking_config_delegate.h b/ash/common/system/networking_config_delegate.h
index f938ce043cb3ed5f6c4cf14a5ac04044a9f952a2..d136649bcdd36dd85b1dc969dfedcc892dcd6cde 100644
--- a/ash/common/system/networking_config_delegate.h
+++ b/ash/common/system/networking_config_delegate.h
@@ -31,8 +31,7 @@ class NetworkingConfigDelegate {
virtual ~NetworkingConfigDelegate() {}
// Returns information about the extension registered to control configuration
- // of the network |service_path|. If no extension is registered, the
- // scoped_ptr is empty.
+ // of the network |service_path|. Returns null if no extension is registered.
virtual std::unique_ptr<const ExtensionInfo> LookUpExtensionForNetwork(
const std::string& service_path) = 0;
« no previous file with comments | « no previous file | ash/mus/BUILD.gn » ('j') | ash/mus/window_manager_application.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698