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

Unified Diff: chrome/browser/about_flags.cc

Issue 271543005: Removed offline policy; it's not being used, and we have no plans to use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to TOT. Created 6 years, 7 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
« no previous file with comments | « no previous file | content/browser/loader/offline_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index fff2ae074e7a04b904729b5d7f9ed3462a4b4851..6ce1ec84b8348ee03c3ce227473f8a6e45a210da 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1240,13 +1240,6 @@ const Experiment kExperiments[] = {
MULTI_VALUE_TYPE(kMaxTilesForInterestAreaChoices)
},
{
- "enable-offline-mode",
- IDS_FLAGS_ENABLE_OFFLINE_MODE_NAME,
- IDS_FLAGS_ENABLE_OFFLINE_MODE_DESCRIPTION,
- kOsAll,
- SINGLE_VALUE_TYPE(switches::kEnableOfflineCacheAccess)
- },
- {
"enable-offline-auto-reload",
IDS_FLAGS_ENABLE_OFFLINE_AUTO_RELOAD_NAME,
IDS_FLAGS_ENABLE_OFFLINE_AUTO_RELOAD_DESCRIPTION,
« no previous file with comments | « no previous file | content/browser/loader/offline_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698