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

Side by Side Diff: chrome/browser/chromeos/cros/network_library_impl_base.h

Issue 14753003: Don't open mobile setup when activating Sprint network from network menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_BASE_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_BASE_H_
6 #define CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_BASE_H_ 6 #define CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_BASE_H_
7 7
8 #include <list> 8 #include <list>
9 #include <set> 9 #include <set>
10 10
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 Network* FindRememberedFromNetwork(const Network* network) const; 176 Network* FindRememberedFromNetwork(const Network* network) const;
177 virtual Network* FindRememberedNetworkByPath( 177 virtual Network* FindRememberedNetworkByPath(
178 const std::string& path) const OVERRIDE; 178 const std::string& path) const OVERRIDE;
179 179
180 virtual const base::DictionaryValue* FindOncForNetwork( 180 virtual const base::DictionaryValue* FindOncForNetwork(
181 const std::string& unique_id) const OVERRIDE; 181 const std::string& unique_id) const OVERRIDE;
182 182
183 virtual void SignalCellularPlanPayment() OVERRIDE; 183 virtual void SignalCellularPlanPayment() OVERRIDE;
184 virtual bool HasRecentCellularPlanPayment() OVERRIDE; 184 virtual bool HasRecentCellularPlanPayment() OVERRIDE;
185 virtual const std::string& GetCellularHomeCarrierId() const OVERRIDE; 185 virtual const std::string& GetCellularHomeCarrierId() const OVERRIDE;
186 virtual bool CellularDeviceUsesDirectActivation() const OVERRIDE;
186 187
187 // virtual ChangePin implemented in derived classes. 188 // virtual ChangePin implemented in derived classes.
188 // virtual ChangeRequiredPin implemented in derived classes. 189 // virtual ChangeRequiredPin implemented in derived classes.
189 // virtual EnterPin implemented in derived classes. 190 // virtual EnterPin implemented in derived classes.
190 // virtual UnblockPin implemented in derived classes. 191 // virtual UnblockPin implemented in derived classes.
191 192
192 // virtual RequestCellularScan implemented in derived classes. 193 // virtual RequestCellularScan implemented in derived classes.
193 // virtual RequestCellularRegister implemented in derived classes. 194 // virtual RequestCellularRegister implemented in derived classes.
194 // virtual SetCellularDataRoamingAllowed implemented in derived classes. 195 // virtual SetCellularDataRoamingAllowed implemented in derived classes.
195 // virtual SetCarrier implemented in derived classes. 196 // virtual SetCarrier implemented in derived classes.
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 // stray networks that shill still has on file, but are not known on the 487 // stray networks that shill still has on file, but are not known on the
487 // Chrome side. 488 // Chrome side.
488 NetworkSourceMap network_source_map_; 489 NetworkSourceMap network_source_map_;
489 490
490 DISALLOW_COPY_AND_ASSIGN(NetworkLibraryImplBase); 491 DISALLOW_COPY_AND_ASSIGN(NetworkLibraryImplBase);
491 }; 492 };
492 493
493 } // namespace chromeos 494 } // namespace chromeos
494 495
495 #endif // CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_BASE_H_ 496 #endif // CHROME_BROWSER_CHROMEOS_CROS_NETWORK_LIBRARY_IMPL_BASE_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/cros/network_library.h ('k') | chrome/browser/chromeos/cros/network_library_impl_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698