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

Unified Diff: ceee/common/process_utils_win.h

Issue 5685007: Rename all methods accessing Singleton<T> as GetInstance(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years 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 | « base/debug/stack_trace_win.cc ('k') | ceee/common/process_utils_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/common/process_utils_win.h
diff --git a/ceee/common/process_utils_win.h b/ceee/common/process_utils_win.h
index e928791aa332f41f09c2c488570208754c99dd5a..6b036a448bba733ce6ebf27e0ec7a39ea75376de 100644
--- a/ceee/common/process_utils_win.h
+++ b/ceee/common/process_utils_win.h
@@ -51,6 +51,8 @@ HRESULT IsCurrentProcessUacElevated(bool* running_as_admin);
// with implementation.
class ProcessCompatibilityCheck {
public:
+ static ProcessCompatibilityCheck* GetInstance();
+
// Is the process associated with the given window compatible with the
// current process. If the call returns an error code, the value of
// *is_compatible is undefined.
« no previous file with comments | « base/debug/stack_trace_win.cc ('k') | ceee/common/process_utils_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698