| Index: chrome/browser/automation/automation_provider.h
|
| diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
|
| index 55e373d465a477568b60fb999e6c3a1b350ab06e..6280803b004d8c4c440287372525280ece235641 100644
|
| --- a/chrome/browser/automation/automation_provider.h
|
| +++ b/chrome/browser/automation/automation_provider.h
|
| @@ -117,6 +117,10 @@ class AutomationProvider
|
| // Called when the chromeos WebUI login is ready.
|
| void OnLoginWebuiReady();
|
|
|
| + // Checks all of the initial load conditions, then sends the
|
| + // InitialLoadsComplete message over the automation channel.
|
| + void SendInitialLoadMessage();
|
| +
|
| // Get the index of a particular NavigationController object
|
| // in the given parent window. This method uses
|
| // TabStrip::GetIndexForNavigationController to get the index.
|
|
|