| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 13d76c13780f884563062b5626828da4e9f24c99..f15b10539edddfaf01097656da152c1adbab1815 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -129,6 +129,9 @@ const char kDisablePromptOnRepost[] = "disable-prompt-on-repost";
|
| // Enable shared workers. Functionality not yet complete.
|
| const char kDisableSharedWorkers[] = "disable-shared-workers";
|
|
|
| +// Disable site-specific tailoring to compatibility issues in WebKit.
|
| +const char kDisableSiteSpecificQuirks[] = "disable-site-specific-quirks";
|
| +
|
| // Disable syncing bookmarks to a Google Account.
|
| const char kDisableSync[] = "disable-sync";
|
|
|
|
|