Add --disable-http-cache switch, fixes #891

This commit is contained in:
Cheng Zhao 2015-01-05 13:40:38 -08:00
parent 895ccf69a7
commit d65919d896
6 changed files with 32 additions and 1 deletions

View file

@ -77,6 +77,9 @@ const char kOverlayScrollbars[] = "overlay-scrollbars";
const char kOverlayFullscreenVideo[] = "overlay-fullscreen-video";
const char kSharedWorker[] = "shared-worker";
// Disable HTTP cache.
const char kDisableHttpCache[] = "disable-http-cache";
} // namespace switches
} // namespace atom

View file

@ -47,6 +47,8 @@ extern const char kOverlayScrollbars[];
extern const char kOverlayFullscreenVideo[];
extern const char kSharedWorker[];
extern const char kDisableHttpCache[];
} // namespace switches
} // namespace atom