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

Unified Diff: components/error_page/common/offline_page_types.h

Issue 1750113002: Remove "Show saved copy" button from error page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 10 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/error_page/common/offline_page_types.h
diff --git a/components/error_page/common/offline_page_types.h b/components/error_page/common/offline_page_types.h
deleted file mode 100644
index ce027b40c1a7309ed069117473c75a1278f68436..0000000000000000000000000000000000000000
--- a/components/error_page/common/offline_page_types.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef COMPONENTS_ERROR_PAGE_COMMON_OFFLINE_PAGE_TYPES_H_
-#define COMPONENTS_ERROR_PAGE_COMMON_OFFLINE_PAGE_TYPES_H_
-
-namespace error_page {
-
-enum class OfflinePageStatus {
- // No offline page exists.
- NONE,
- // An offline copy of current page exists.
- HAS_OFFLINE_PAGE,
- // An offline copy of current page does not exist, but the offline copies of
- // other pages exist.
- HAS_OTHER_OFFLINE_PAGES,
-
- OFFLINE_PAGE_STATUS_LAST = HAS_OTHER_OFFLINE_PAGES,
-};
-
-} // namespace error_page
-
-#endif // COMPONENTS_ERROR_PAGE_COMMON_OFFLINE_PAGE_TYPES_H_
« no previous file with comments | « components/error_page/common/net_error_info.h ('k') | components/error_page/renderer/net_error_helper_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698