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

Unified Diff: components/offline_pages/core/offline_page_types.h

Issue 2810913002: [Offline pages] Add new Error page failure status inside the MHTML archiver and update correspondin… (Closed)
Patch Set: Created 3 years, 8 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: components/offline_pages/core/offline_page_types.h
diff --git a/components/offline_pages/core/offline_page_types.h b/components/offline_pages/core/offline_page_types.h
index ae9e298af8e6a1fd1287995f1f92c311ac5b3262..13dfbab91d2b4ae091735f1e87e5a945dd13be97 100644
--- a/components/offline_pages/core/offline_page_types.h
+++ b/components/offline_pages/core/offline_page_types.h
@@ -34,6 +34,8 @@ enum class SavePageResult {
// are already locally accessible.
SKIPPED,
SECURITY_CERTIFICATE_ERROR,
+ // Returned when we detect trying to save a chrome error page.
+ ERROR_PAGE_DETECTED,
// NOTE: always keep this entry at the end. Add new result types only
// immediately above this line. Make sure to update the corresponding
// histogram enum accordingly.

Powered by Google App Engine
This is Rietveld 408576698