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

Unified Diff: remoting/host/win/elevation_helpers.h

Issue 2961333002: Fix field trials not working in utility processes. (Closed)
Patch Set: review comment Created 3 years, 6 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: remoting/host/win/elevation_helpers.h
diff --git a/remoting/host/win/elevation_helpers.h b/remoting/host/win/elevation_helpers.h
deleted file mode 100644
index eb4fab6901b739708fd49390744a052c420a66f4..0000000000000000000000000000000000000000
--- a/remoting/host/win/elevation_helpers.h
+++ /dev/null
@@ -1,18 +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 REMOTING_HOST_WIN_ELEVATION_HELPERS_H
-#define REMOTING_HOST_WIN_ELEVATION_HELPERS_H
-
-namespace remoting {
-
-// Determines whether the current process is elevated.
-bool IsProcessElevated();
-
-// Determines whether the current process has the UiAccess privilege.
-bool CurrentProcessHasUiAccess();
-
-} // namespace remoting
-
-#endif // REMOTING_HOST_WIN_ELEVATION_HELPERS_H

Powered by Google App Engine
This is Rietveld 408576698