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

Unified Diff: ash/common/system/chromeos/palette/palette_utils.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 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: ash/common/system/chromeos/palette/palette_utils.h
diff --git a/ash/common/system/chromeos/palette/palette_utils.h b/ash/common/system/chromeos/palette/palette_utils.h
deleted file mode 100644
index 5f254814ec6ca9f0d58e4fe39ae8dc5e4a28bada..0000000000000000000000000000000000000000
--- a/ash/common/system/chromeos/palette/palette_utils.h
+++ /dev/null
@@ -1,32 +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.
-
-#ifndef ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_PALETTE_UTILS_H_
-#define ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_PALETTE_UTILS_H_
-
-#include "ash/ash_export.h"
-
-namespace gfx {
-class Point;
-}
-
-namespace ash {
-namespace palette_utils {
-
-// Returns true if there is a stylus input device on the internal display. This
-// will return false even if there is a stylus input device until hardware
-// probing is complete (see ui::InputDeviceEventObserver).
-ASH_EXPORT bool HasStylusInput();
-
-// Returns true if the palette should be shown on every display.
-ASH_EXPORT bool IsPaletteEnabledOnEveryDisplay();
-
-// Returns true if either the palette icon or the palette widget contain the
-// given point (in screen space).
-ASH_EXPORT bool PaletteContainsPointInScreen(const gfx::Point& point);
-
-} // namespace palette_utils
-} // namespace ash
-
-#endif // ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_PALETTE_UTILS_H_
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tray.cc ('k') | ash/common/system/chromeos/palette/palette_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698