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

Unified Diff: ash/test/test_shell_delegate.cc

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 | « ash/test/test_shell_delegate.h ('k') | chrome/browser/chromeos/display/display_configuration_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index 3be0f57b79a78b33480cd5f8e92bfa8464586b2b..42b6952bf9398de90c1dfc13eb86093b54827fa7 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -116,10 +116,6 @@ TestShellDelegate::~TestShellDelegate() {}
return nullptr;
}
-bool TestShellDelegate::IsFirstRunAfterBoot() const {
- return false;
-}
-
bool TestShellDelegate::IsIncognitoAllowed() const {
return true;
}
« no previous file with comments | « ash/test/test_shell_delegate.h ('k') | chrome/browser/chromeos/display/display_configuration_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698