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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_manager.h

Issue 1428213004: This CL replaces std::string user_id in ash/* with AccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 5 years, 1 month 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/chromeos/accessibility/accessibility_manager.h
diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.h b/chrome/browser/chromeos/accessibility/accessibility_manager.h
index c961b205611a6156155f7457dcdc20efd3e7426a..26bdf403f7fb6b8ee80615780dc3145cd5cd4379 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_manager.h
+++ b/chrome/browser/chromeos/accessibility/accessibility_manager.h
@@ -164,7 +164,7 @@ class AccessibilityManager
bool IsBrailleDisplayConnected() const;
// SessionStateObserver overrides:
- void ActiveUserChanged(const std::string& user_id) override;
+ void ActiveUserChanged(const AccountId& account_id) override;
// ShellObserver overrides:
void OnAppTerminating() override;
« no previous file with comments | « ash/test/test_session_state_delegate.cc ('k') | chrome/browser/chromeos/accessibility/accessibility_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698