Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 9154eda7bfec731d48877d54377e8010c353e58f..ff71e488ef66a16ee7c624f3474a50ad26dd88b0 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -414,6 +414,9 @@ const char kDisablePrerenderLocalPredictor[] = |
| // Disable Privet local printing. |
| const char kDisablePrivetLocalPrinting[] = "disable-privet-local-printing"; |
| +// Enable Privet storage. |
| +const char kEnablePrivetStorage[] = "enable-privet-storage"; |
|
Vitaly Buka (NO REVIEWS)
2014/01/07 21:13:22
same
Noam Samuel
2014/01/07 21:48:55
Done.
|
| + |
| // Normally when the user attempts to navigate to a page that was the result of |
| // a post we prompt to make sure they want to. This switch may be used to |
| // disable that check. This switch is used during automated testing. |