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

Unified Diff: chrome/common/chrome_result_codes.h

Issue 10837222: Enable EULA dialog to be shown from metro Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bit o' spit n' polish. Created 8 years, 3 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/common/chrome_result_codes.h
diff --git a/chrome/common/chrome_result_codes.h b/chrome/common/chrome_result_codes.h
index 045edd97423a24535f72d033d250235d912791b6..e3e7ec0f0d9c60d7024ead005535a2a34327e121 100644
--- a/chrome/common/chrome_result_codes.h
+++ b/chrome/common/chrome_result_codes.h
@@ -76,6 +76,9 @@ enum ResultCode {
// command line flag was present.
RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR,
+ // Returned when the user has not yet accepted the EULA.
+ RESULT_CODE_EULA_REFUSED,
+
// Last return code (keep this last).
RESULT_CODE_CHROME_LAST_CODE,
};

Powered by Google App Engine
This is Rietveld 408576698