Index: chrome/browser/automation/automation_provider_observers.h |
diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h |
index af2e2543bf1473599b3950de643fab915d030afc..2635a1e3485eda655340344803282e2c64ec8a0b 100644 |
--- a/chrome/browser/automation/automation_provider_observers.h |
+++ b/chrome/browser/automation/automation_provider_observers.h |
@@ -143,11 +143,12 @@ class NetworkManagerInitObserver |
DISALLOW_COPY_AND_ASSIGN(NetworkManagerInitObserver); |
}; |
-// Observes when webui login becomes ready on chromeos. |
+// Observes when the ChromeOS login WebUI becomes ready (by showing the login |
+// form, account picker, a network error or the OOBE wizard, depending on Chrome |
+// flags and state). |
class LoginWebuiReadyObserver : public content::NotificationObserver { |
public: |
explicit LoginWebuiReadyObserver(AutomationProvider* automation); |
- virtual ~LoginWebuiReadyObserver(); |
virtual void Observe(int type, |
const content::NotificationSource& source, |
const content::NotificationDetails& details); |