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

Unified Diff: chrome/installer/gcapi_mac/gcapi.h

Issue 10834102: mac: Let gcapi install chrome as the CGSession owner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
Index: chrome/installer/gcapi_mac/gcapi.h
diff --git a/chrome/installer/gcapi_mac/gcapi.h b/chrome/installer/gcapi_mac/gcapi.h
index aa01b1eac2a89a389ca1b54ea3862618ea48557b..635c5ef6ccf03269786a4337136f4ab14aada2bb 100644
--- a/chrome/installer/gcapi_mac/gcapi.h
+++ b/chrome/installer/gcapi_mac/gcapi.h
@@ -6,12 +6,11 @@
#define CHROME_INSTALLER_GCAPI_MAC_GCAPI_H_
// Error conditions for GoogleChromeCompatibilityCheck().
-#define GCCC_ERROR_USERLEVELALREADYPRESENT (1 << 0)
-#define GCCC_ERROR_SYSTEMLEVELALREADYPRESENT (1 << 1)
-#define GCCC_ERROR_ACCESSDENIED (1 << 2)
-#define GCCC_ERROR_OSNOTSUPPORTED (1 << 3)
-#define GCCC_ERROR_ALREADYOFFERED (1 << 4)
-#define GCCC_ERROR_INTEGRITYLEVEL (1 << 5)
+#define GCCC_ERROR_ALREADYPRESENT (1 << 0)
+#define GCCC_ERROR_ACCESSDENIED (1 << 1)
+#define GCCC_ERROR_OSNOTSUPPORTED (1 << 2)
+#define GCCC_ERROR_ALREADYOFFERED (1 << 3)
+#define GCCC_ERROR_INTEGRITYLEVEL (1 << 4)
#ifdef __cplusplus
extern "C" {

Powered by Google App Engine
This is Rietveld 408576698