| Index: chrome_frame/chrome_launcher.cc
|
| ===================================================================
|
| --- chrome_frame/chrome_launcher.cc (revision 30629)
|
| +++ chrome_frame/chrome_launcher.cc (working copy)
|
| @@ -22,10 +22,11 @@
|
| const char* kAllowedSwitches[] = {
|
| switches::kAutomationClientChannelID,
|
| switches::kDisableMetrics,
|
| + switches::kEnableRendererAccessibility,
|
| + switches::kEnableExperimentalExtensionApis,
|
| + switches::kNoErrorDialogs,
|
| switches::kNoFirstRun,
|
| switches::kUserDataDir,
|
| - switches::kEnableRendererAccessibility,
|
| - switches::kNoErrorDialogs,
|
| };
|
|
|
| CommandLine* CreateLaunchCommandLine() {
|
|
|