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

Unified Diff: chrome/installer/mini_installer/configuration.h

Issue 1277833002: Revert of Return Windows error code when create-process fails. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « chrome/installer/mini_installer.gypi ('k') | chrome/installer/mini_installer/configuration.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/configuration.h
diff --git a/chrome/installer/mini_installer/configuration.h b/chrome/installer/mini_installer/configuration.h
index c0d9b1990fc17efc88c925917205cd4f2d47405c..1c75960d693acafad61d44912c92b87c36d81067 100644
--- a/chrome/installer/mini_installer/configuration.h
+++ b/chrome/installer/mini_installer/configuration.h
@@ -6,8 +6,6 @@
#define CHROME_INSTALLER_MINI_INSTALLER_CONFIGURATION_H_
#include <windows.h>
-
-#include "chrome/installer/mini_installer/mini_string.h"
namespace mini_installer {
@@ -75,19 +73,9 @@
bool is_system_level_;
const wchar_t* previous_version_;
- protected:
- typedef StackString<128> ValueString;
-
- // Virtual for testing.
- virtual bool ReadClientStateRegistryValue(
- const HKEY root_key, const wchar_t* app_guid,
- LONG* retval, ValueString& value);
-
private:
Configuration(const Configuration&);
Configuration& operator=(const Configuration&);
-
- void SetChromeAppGuid();
};
} // namespace mini_installer
« no previous file with comments | « chrome/installer/mini_installer.gypi ('k') | chrome/installer/mini_installer/configuration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698