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

Unified Diff: ash/common/shell_delegate.h

Issue 2437393002: Remove ash::ShellDelegate::IsFirstRunAfterBoot method (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | ash/mus/shell_delegate_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | ash/mus/shell_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698