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

Side by Side Diff: components/wifi_sync/network_state_helper_chromeos.h

Issue 709683004: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-1-security-class
Patch Set: fix android_aosp build Created 6 years 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 unified diff | Download patch
« no previous file with comments | « components/wifi_sync/OWNERS ('k') | components/wifi_sync/network_state_helper_chromeos.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_WIFI_SYNC_NETWORK_STATE_HELPER_CHROMEOS_H_
6 #define COMPONENTS_WIFI_SYNC_NETWORK_STATE_HELPER_CHROMEOS_H_
7
8 #include <string>
9
10 #include "components/wifi_sync/wifi_credential.h"
11
12 namespace chromeos {
13 class NetworkStateHandler;
14 }
15
16 namespace wifi_sync {
17
18 // Returns a platform-agnostic representation of the ChromeOS network
19 // configuration state. The configuration state is filtered, so that
20 // only items related to ChromeOS |shill_profile_path| are returned.
21 WifiCredential::CredentialSet GetWifiCredentialsForShillProfile(
22 chromeos::NetworkStateHandler* network_state_handler,
23 const std::string& shill_profile_path);
24
25 } // namespace wifi_sync
26
27 #endif // COMPONENTS_WIFI_SYNC_NETWORK_STATE_HELPER_CHROMEOS_H_
OLDNEW
« no previous file with comments | « components/wifi_sync/OWNERS ('k') | components/wifi_sync/network_state_helper_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698