| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 41958)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -397,6 +397,10 @@
|
| // setting encodes the target browser and what items to import.
|
| const char kImport[] = "import";
|
|
|
| +// Perform bookmark importing from an HTML file. The value associated with this
|
| +// setting encodes the file path. It may be used jointly with kImport.
|
| +const char kImportFromFile[] = "import-from-file";
|
| +
|
| // Runs plugins inside the renderer process
|
| const char kInProcessPlugins[] = "in-process-plugins";
|
|
|
|
|