| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 0be38c87f7b001b19993545f041c58520605c208..aeb232f30be08bc3a27e3678db3efcb8b9b6e812 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -533,6 +533,9 @@ const char kEnableHistoryQuickProvider[] = "enable-history-quick-provider";
|
| // Enable FileSystem API URLs.
|
| const char kEnableFileSystemURLScheme[] = "enable-filesystem-url-scheme";
|
|
|
| +// Enable the JavaScript Full Screen API.
|
| +const char kEnableFullScreen[] = "enable-fullscreen";
|
| +
|
| // Enable the in-browser thumbnailing, which is more efficient than the
|
| // in-renderer thumbnailing, as we can use more information to determine
|
| // if we need to update thumbnails.
|
|
|