Index: ash/common/shell_delegate.h |
diff --git a/ash/common/shell_delegate.h b/ash/common/shell_delegate.h |
index e7f15a22450f2eb8edd2db18aa9687238a9bcade..f928628fa785d4804b085327712d74d923190482 100644 |
--- a/ash/common/shell_delegate.h |
+++ b/ash/common/shell_delegate.h |
@@ -64,11 +64,6 @@ class ASH_EXPORT ShellDelegate { |
// Returns the connector for the mojo service manager. Returns null in tests. |
virtual service_manager::Connector* GetShellConnector() const = 0; |
- // Returns true if this is the first time that the shell has been run after |
- // the system has booted. false is returned after the shell has been |
- // restarted, typically due to logging in as a guest or logging out. |
- virtual bool IsFirstRunAfterBoot() const = 0; |
- |
// Returns true if multi-profiles feature is enabled. |
virtual bool IsMultiProfilesEnabled() const = 0; |