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

Unified Diff: ui/chromeos/material_design_icon_controller.cc

Issue 2435903002: Move tray code from ui/chromeos/network/ (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
Index: ui/chromeos/material_design_icon_controller.cc
diff --git a/ui/chromeos/material_design_icon_controller.cc b/ui/chromeos/material_design_icon_controller.cc
deleted file mode 100644
index c06141e2faa16b554c0a4888e43e171d5284c0ad..0000000000000000000000000000000000000000
--- a/ui/chromeos/material_design_icon_controller.cc
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ui/chromeos/material_design_icon_controller.h"
-
-namespace ui {
-namespace md_icon_controller {
-
-namespace {
-bool use_md_network_icons = false;
-} // namespace
-
-void SetUseMaterialDesignNetworkIcons(bool use) {
- use_md_network_icons = use;
-}
-
-bool UseMaterialDesignNetworkIcons() {
- return use_md_network_icons;
-}
-
-} // namespace md_icon_controller
-} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698