| Index: chrome/browser/ui/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents.cc b/chrome/browser/ui/tab_contents/tab_contents.cc
|
| index 47b894d849450a6c76cb5ebbfa4d0ac3fa0a79c7..95548902a9c049356d99021f7c212712964d6e86 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents.cc
|
| @@ -142,7 +142,7 @@ TabContents::TabContents(WebContents* contents)
|
| #if defined(OS_WIN)
|
| // Metro mode Chrome on Windows does not support plugins. Avoid registering
|
| // the PluginObserver so we don't popup plugin-related infobars.
|
| - if (!base::win::GetMetroModule())
|
| + if (!base::win::InMetroMode())
|
| plugin_observer_.reset(new PluginObserver(this));
|
| #else
|
| plugin_observer_.reset(new PluginObserver(this));
|
|
|