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

Unified Diff: chrome/browser/ui/ash/ash_util.h

Issue 1960293003: Remove OS_CHROMEOS from ui/ash code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: chrome/browser/ui/ash/ash_util.h
diff --git a/chrome/browser/ui/ash/ash_util.h b/chrome/browser/ui/ash/ash_util.h
index 87954d0b409b19ca4143badaf50249f98bbfdc53..c9557e134c31d858d23b69df1c3f45f5855a4346 100644
--- a/chrome/browser/ui/ash/ash_util.h
+++ b/chrome/browser/ui/ash/ash_util.h
@@ -19,11 +19,6 @@ bool ShouldOpenAshOnStartup();
// Returns true if Chrome is running in the mash shell.
bool IsRunningInMash();
-// Returns true if |native_view/native_window| exists within the Ash
-// environment.
-bool IsNativeViewInAsh(gfx::NativeView native_view);
-bool IsNativeWindowInAsh(gfx::NativeWindow native_window);
-
// Returns true if the given |accelerator| has been deprecated and hence can
// be consumed by web contents if needed.
bool IsAcceleratorDeprecated(const ui::Accelerator& accelerator);

Powered by Google App Engine
This is Rietveld 408576698