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

Unified Diff: athena/system/public/system_ui.h

Issue 715053003: Introduce system_info as an independent container. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 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: athena/system/public/system_ui.h
diff --git a/athena/system/public/system_ui.h b/athena/system/public/system_ui.h
index 09da12711878c2c0dbd1ee376919d984c65153db..e86822100c417bfbe34f586f682ab3210732afc0 100644
--- a/athena/system/public/system_ui.h
+++ b/athena/system/public/system_ui.h
@@ -38,10 +38,6 @@ class ATHENA_EXPORT SystemUI {
// Sets the background image.
virtual void SetBackgroundImage(const gfx::ImageSkia& image) = 0;
-
- // Creates a view which displays the time, status icons, and debug
- // information.
- virtual views::View* CreateSystemInfoView(ColorScheme color_scheme) = 0;
};
} // namespace athena

Powered by Google App Engine
This is Rietveld 408576698