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

Unified Diff: webrtc/base/win32.h

Issue 2872303002: Delete left-over declaration of AdjustCurrentProcessPrivilege. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/win32.h
diff --git a/webrtc/base/win32.h b/webrtc/base/win32.h
index 22a17c518bc400e048cb467d6ea9c3a87a4676ee..ad8a43d45341ac3394fcfb7dd6747040f93a47b5 100644
--- a/webrtc/base/win32.h
+++ b/webrtc/base/win32.h
@@ -122,8 +122,6 @@ inline bool IsCurrentProcessLowIntegrity() {
level < SECURITY_MANDATORY_MEDIUM_RID);
}
-bool AdjustCurrentProcessPrivilege(const TCHAR* privilege, bool to_enable);
-
} // namespace rtc
#endif // WEBRTC_WIN
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698