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

Unified Diff: chrome/browser/automation/automation_provider.h

Issue 23503040: Remove all NetworkLibrary dependencies from AutomationTestingProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698