diff options
Diffstat (limited to 'chrome/app/google_update_client.h')
-rw-r--r-- | chrome/app/google_update_client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/app/google_update_client.h b/chrome/app/google_update_client.h index 479a360..664c4e5 100644 --- a/chrome/app/google_update_client.h +++ b/chrome/app/google_update_client.h @@ -72,8 +72,6 @@ class GoogleUpdateClient { wchar_t* version_; // The location of current chrome.dll. wchar_t dll_path_[MAX_PATH]; - // Are we running in user mode or admin mode - bool user_mode_; }; } // namespace google_update |