| Index: chrome/browser/automation/automation_provider.h | 
| diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h | 
| index 93d6edee15f1af0a3e2a9a1afe19783745b1e757..eed3887648da0e2b545b0a315ea7b31b2eb14a91 100644 | 
| --- a/chrome/browser/automation/automation_provider.h | 
| +++ b/chrome/browser/automation/automation_provider.h | 
| @@ -110,9 +110,6 @@ class AutomationProvider | 
| // Call SetExpectedTabCount(0) to set this to true immediately. | 
| void OnInitialTabLoadsComplete(); | 
|  | 
| -  // Called when the ChromeOS network library has finished its first update. | 
| -  void OnNetworkLibraryInit(); | 
| - | 
| // Called when the chromeos WebUI OOBE/Login is ready. | 
| void OnOOBEWebuiReady(); | 
|  | 
| @@ -348,9 +345,6 @@ class AutomationProvider | 
| // True iff browser finished loading initial set of tabs. | 
| bool initial_tab_loads_complete_; | 
|  | 
| -  // True iff the Chrome OS network library finished initialization. | 
| -  bool network_library_initialized_; | 
| - | 
| // True iff ChromeOS webui login ui is ready. | 
| bool login_webui_ready_; | 
|  | 
|  |