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

Unified Diff: components/wifi_sync/wifi_credential_syncable_service_factory.h

Issue 1426393003: NOT FOR REVIEW Base URL: https://chromium.googlesource.com/chromium/src.git@submit-4.5-split-wcss
Patch Set: Created 5 years, 1 month 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: components/wifi_sync/wifi_credential_syncable_service_factory.h
diff --git a/components/wifi_sync/wifi_credential_syncable_service_factory.h b/components/wifi_sync/wifi_credential_syncable_service_factory.h
index be5b6c506a21fe68cd47f44c6e88857e66f04d2e..0293f7f63193fbc576807c4ddfeec6737b46bf7d 100644
--- a/components/wifi_sync/wifi_credential_syncable_service_factory.h
+++ b/components/wifi_sync/wifi_credential_syncable_service_factory.h
@@ -17,6 +17,7 @@ class BrowserContext;
namespace wifi_sync {
class WifiConfigDelegate;
+class WifiConfigObserver;
class WifiCredentialSyncableService;
// Singleton that owns all WifiCredentialSyncableServices and
@@ -56,6 +57,10 @@ class WifiCredentialSyncableServiceFactory
// |context|.
scoped_ptr<WifiConfigDelegate> BuildWifiConfigDelegateChromeOs(
content::BrowserContext* context) const;
+
+ // Returns a scoped pointer to a WifiConfigObserver, which XXX.
+ scoped_ptr<WifiConfigObserver> BuildWifiConfigObserverChromeOs(
+ content::BrowserContext* context) const;
#endif
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698