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

Unified Diff: ash/shell_port.h

Issue 2815043002: Removes ShellPort::IsRunningInMash() (Closed)
Patch Set: dont set instance_ in constructor Created 3 years, 8 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/shell.cc ('k') | ash/shell_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_port.h
diff --git a/ash/shell_port.h b/ash/shell_port.h
index 52ae10720b9bb6e4e57e2be267c098d00d1af189..9585d473f5afe14f846215f94dd9a8ecce3b6352 100644
--- a/ash/shell_port.h
+++ b/ash/shell_port.h
@@ -70,9 +70,6 @@ class ASH_EXPORT ShellPort {
virtual void Shutdown();
- // Returns true when ash is running as a service_manager::Service.
- // TODO(sky): remove and convert to GetAshConfig().
- virtual bool IsRunningInMash() const = 0;
virtual Config GetAshConfig() const = 0;
// Convenience for GetPrimaryRootWindow()->GetRootWindowController().
« no previous file with comments | « ash/shell.cc ('k') | ash/shell_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698