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

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

Issue 3744009: chromium-os:5494 Networks with identical names not handled properly. (Closed)
Patch Set: Rebase from trunk. Created 10 years, 2 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
« 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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/in_process_browser_test.h" 10 #include "chrome/test/in_process_browser_test.h"
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 MockKeyboardLibrary* mock_keyboard_library_; 96 MockKeyboardLibrary* mock_keyboard_library_;
97 MockInputMethodLibrary* mock_input_method_library_; 97 MockInputMethodLibrary* mock_input_method_library_;
98 MockNetworkLibrary* mock_network_library_; 98 MockNetworkLibrary* mock_network_library_;
99 MockPowerLibrary* mock_power_library_; 99 MockPowerLibrary* mock_power_library_;
100 MockScreenLockLibrary* mock_screen_lock_library_; 100 MockScreenLockLibrary* mock_screen_lock_library_;
101 MockSpeechSynthesisLibrary* mock_speech_synthesis_library_; 101 MockSpeechSynthesisLibrary* mock_speech_synthesis_library_;
102 MockSystemLibrary* mock_system_library_; 102 MockSystemLibrary* mock_system_library_;
103 MockTouchpadLibrary* mock_touchpad_library_; 103 MockTouchpadLibrary* mock_touchpad_library_;
104 104
105 ImePropertyList ime_properties_; 105 ImePropertyList ime_properties_;
106 WifiNetwork wifi_network_;
106 WifiNetworkVector wifi_networks_; 107 WifiNetworkVector wifi_networks_;
108 CellularNetwork cellular_network_;
107 CellularNetworkVector cellular_networks_; 109 CellularNetworkVector cellular_networks_;
108 std::string empty_string_; 110 std::string empty_string_;
109 111
110 DISALLOW_COPY_AND_ASSIGN(CrosMock); 112 DISALLOW_COPY_AND_ASSIGN(CrosMock);
111 }; 113 };
112 114
113 } // namespace chromeos 115 } // namespace chromeos
114 116
115 #endif // CHROME_BROWSER_CHROMEOS_CROS_CROS_MOCK_H_ 117 #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