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

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

Issue 2378193002: mustash: Show networking items in ash system tray (Closed)
Patch Set: back to ifdefs 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/system_tray_delegate_mus.h » ('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..08e26124861b5756e3a8db44def16d50a080643e 100644
--- a/ash/common/system/networking_config_delegate.h
+++ b/ash/common/system/networking_config_delegate.h
@@ -32,7 +32,7 @@ class NetworkingConfigDelegate {
// Returns information about the extension registered to control configuration
// of the network |service_path|. If no extension is registered, the
msw 2016/09/28 22:19:53 very optional nit: "Returns null if no extension i
James Cook 2016/09/29 16:45:39 Done.
- // scoped_ptr is empty.
+ // unique_ptr is null.
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/system_tray_delegate_mus.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698