| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 9bc90b68793c659a2428c4609bdf3b0d9ba822e6..f5e4349c22425bf37081c30e6b64db87cbafde4f 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -578,6 +578,11 @@ const char kGpuStartupDialog[] = "gpu-startup-dialog";
|
| // Ignores certificate-related errors.
|
| const char kIgnoreCertificateErrors[] = "ignore-certificate-errors";
|
|
|
| +// Don't allow content to arbitrarily append to the back/forward list.
|
| +// The page must prcoess a user gesture before an entry can be added.
|
| +const char kHistoryEntryRequiresUserGesture[] =
|
| + "history-entry-requires-user-gesture";
|
| +
|
| // These mappings only apply to the host resolver.
|
| const char kHostResolverRules[] = "host-resolver-rules";
|
|
|
|
|