Home
last modified time | relevance | path

Searched refs:kDisableRestoreBackgroundContents (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/
Dchrome_switches.cc266 const char kDisableRestoreBackgroundContents[] = variable
Dchrome_switches.h87 extern const char kDisableRestoreBackgroundContents[];
/external/chromium/chrome/browser/
Dbackground_contents_service.cc129 !command_line->HasSwitch(switches::kDisableRestoreBackgroundContents)) in BackgroundContentsService()