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

Unified Diff: chrome/renderer/net/net_error_page_controller.h

Issue 1442433003: Add "Show saved copy" button in dino page when there's offline copy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update button color for "Show all saved pages" per UI review Created 5 years, 1 month 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/renderer/net/net_error_helper.cc ('k') | chrome/renderer/net/net_error_page_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/net/net_error_page_controller.h
diff --git a/chrome/renderer/net/net_error_page_controller.h b/chrome/renderer/net/net_error_page_controller.h
index 95216cbfa3824aaa56c19a65de5eba03f357ba87..59dceb2cd8e8adac81d8abbbefe837cd767f0cbf 100644
--- a/chrome/renderer/net/net_error_page_controller.h
+++ b/chrome/renderer/net/net_error_page_controller.h
@@ -54,8 +54,11 @@ class NetErrorPageController : public gin::Wrappable<NetErrorPageController> {
// Execute a "Show saved copy" button click.
bool ShowSavedCopyButtonClick();
- // Execute a "Show saved pages" button click.
- bool ShowSavedPagesButtonClick();
+ // Execute a button click to show the list of all offline pages.
+ bool ShowOfflinePagesButtonClick();
+
+ // Execute a button click to show the offline copy of this page.
+ bool ShowOfflineCopyButtonClick();
// Execute a "Reload" button click.
bool ReloadButtonClick();
« no previous file with comments | « chrome/renderer/net/net_error_helper.cc ('k') | chrome/renderer/net/net_error_page_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698