| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 320a6df31fd6205c5e56f1df197e50dc0e65af0d..8b38886d0b2a235a40b9ce45a0bd272e3cbd7450 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -769,4 +769,7 @@ const char kEnableVsyncNotification[] = "enable-vsync-notification";
|
| const char kEnableOverscrollHistoryNavigation[] =
|
| "enable-overscroll-history-navigation";
|
|
|
| +// Enables 'image/webp' accept header for image requests.
|
| +const char kEnableWebPInAcceptHeader[] = "enable-webp-in-accept-header";
|
| +
|
| } // namespace switches
|
|
|