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

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

Issue 10407034: Picked up from stevenjb@: Added WimaxConfigView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/cros_mock.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_CROS_MOCK_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_CROS_CROS_MOCK_H_
6 #define CHROME_BROWSER_CHROMEOS_CROS_CROS_MOCK_H_ 6 #define CHROME_BROWSER_CHROMEOS_CROS_CROS_MOCK_H_
7 7
8 #include "chrome/browser/chromeos/cros/cros_library.h" 8 #include "chrome/browser/chromeos/cros/cros_library.h"
9 #include "chrome/browser/chromeos/cros/network_library.h" 9 #include "chrome/browser/chromeos/cros/network_library.h"
10 #include "chrome/test/base/in_process_browser_test.h" 10 #include "chrome/test/base/in_process_browser_test.h"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 chromeos::CrosLibrary::TestApi* test_api(); 64 chromeos::CrosLibrary::TestApi* test_api();
65 65
66 private: 66 private:
67 // Mocks, destroyed by CrosLibrary class. 67 // Mocks, destroyed by CrosLibrary class.
68 MockLibraryLoader* loader_; 68 MockLibraryLoader* loader_;
69 MockCryptohomeLibrary* mock_cryptohome_library_; 69 MockCryptohomeLibrary* mock_cryptohome_library_;
70 MockKeyboardLibrary* mock_keyboard_library_; 70 MockKeyboardLibrary* mock_keyboard_library_;
71 MockNetworkLibrary* mock_network_library_; 71 MockNetworkLibrary* mock_network_library_;
72 72
73 WifiNetworkVector wifi_networks_; 73 WifiNetworkVector wifi_networks_;
74 WimaxNetworkVector wimax_networks_;
74 CellularNetworkVector cellular_networks_; 75 CellularNetworkVector cellular_networks_;
75 VirtualNetworkVector virtual_networks_; 76 VirtualNetworkVector virtual_networks_;
76 std::string empty_string_; 77 std::string empty_string_;
77 78
78 DISALLOW_COPY_AND_ASSIGN(CrosMock); 79 DISALLOW_COPY_AND_ASSIGN(CrosMock);
79 }; 80 };
80 81
81 } // namespace chromeos 82 } // namespace chromeos
82 83
83 #endif // CHROME_BROWSER_CHROMEOS_CROS_CROS_MOCK_H_ 84 #endif // CHROME_BROWSER_CHROMEOS_CROS_CROS_MOCK_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/cros_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698