Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index aefed69bbbb24b401fedbd0a89f8b2045ae8b8fe..a0b80253a2f1a3f0aa0b6167b8f56bd28880e77d 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -264,6 +264,9 @@ const char kDisableHistoryURLProvider[] = "disable-history-url-provider"; |
| // Disable the Indexed Database API. |
| const char kDisableIndexedDatabase[] = "disable-indexed-database"; |
| +// Use LevelDB as back-end for Indexed Database API. |
| +const char kLevelDBIndexedDatabase[] = "level-db"; |
|
jorlow
2011/03/08 18:45:55
Let's make this a bit more descriptive.
--indexed
hans
2011/03/09 12:22:09
Done.
|
| + |
| // Disables HTML5 Forms interactive validation. |
| const char kDisableInteractiveFormValidation[] = |
| "disable-interactive-form-validation"; |