| Index: chrome/browser/ui/browser_init.cc
|
| diff --git a/chrome/browser/ui/browser_init.cc b/chrome/browser/ui/browser_init.cc
|
| index 66252d7a021140d8939fc842b47fdb84c5e25c57..d85113aa7050cd276ae54a461f648d814763816f 100644
|
| --- a/chrome/browser/ui/browser_init.cc
|
| +++ b/chrome/browser/ui/browser_init.cc
|
| @@ -555,12 +555,6 @@ bool BrowserInit::LaunchBrowser(const CommandLine& command_line,
|
| // of what window has focus.
|
| chromeos::WmMessageListener::GetInstance();
|
|
|
| - // Install the GView request interceptor that will redirect requests
|
| - // of compatible documents (PDF, etc) to the GView document viewer.
|
| - const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
|
| - if (parsed_command_line.HasSwitch(switches::kEnableGView)) {
|
| - chromeos::GViewRequestInterceptor::GetInstance();
|
| - }
|
| if (process_startup) {
|
| // This observer is a singleton. It is never deleted but the pointer is kept
|
| // in a static so that it isn't reported as a leak.
|
|
|