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

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

Issue 10382197: Add PyAuto test for DeviceGuestModeEnabled policy (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comments addressed. Created 8 years, 7 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
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);

Powered by Google App Engine
This is Rietveld 408576698