Index: build/config/win/manifest.gni |
diff --git a/build/config/win/manifest.gni b/build/config/win/manifest.gni |
index 285cf258d776683a8f748aeced5ec8db0e98173c..6dc675546f0e44a181de5e26d58a1684d2111d9f 100644 |
--- a/build/config/win/manifest.gni |
+++ b/build/config/win/manifest.gni |
@@ -41,10 +41,6 @@ |
# when running your program. Otherwise, it might do some autodetection and |
# request elevated privileges from the user. This is normally what you want. |
as_invoker_manifest = "//build/win/as_invoker.manifest" |
- |
-# An alternative to as_invoker_manifest when you want the application to always |
-# elevate. |
-require_administrator_manifest = "//build/win/require_administrator.manifest" |
# Construct a target to combine the given manifest files into a .rc file. |
# |