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

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: Grammar/spelling fixes in comment. 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..bb898146396e625234a6a1b610257af82404d476 100644
--- a/chrome/browser/automation/automation_provider_observers.h
+++ b/chrome/browser/automation/automation_provider_observers.h
@@ -143,11 +143,11 @@ class NetworkManagerInitObserver
DISALLOW_COPY_AND_ASSIGN(NetworkManagerInitObserver);
};
-// Observes when webui login becomes ready on chromeos.
+// Observes when the WebUI login form or account picker becomes ready on
+// ChromeOS.
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