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

Unified Diff: chrome/common/chrome_switches.cc

Issue 113133004: Flag for auto-reload work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switched flag from content to chrome. Created 7 years 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/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 24c5a10e40812766e06a3c70048f75b631c4ccce..9be0e732e3498c69499894ceaf00ceb3f7b3f010 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -675,6 +675,9 @@ const char kEnableNetworkTime[] = "enable-network-time";
// HTTP is still used for all requests.
const char kEnableNpnHttpOnly[] = "enable-npn-http";
+// Enable auto-reload of error pages if offline.
+const char kEnableOfflineAutoReload[] = "enable-offline-auto-reload";
+
// Enables omnibox auto-completion when IME is active. The auto-completion for
// IME is shown in the same style as the normal(non-IME) auto-completion.
const char kEnableOmniboxAutoCompletionForIme[] =
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698