Chromium Code Reviews| Index: chrome/browser/ui/webui/plugins_ui.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/plugins_ui.cc (revision 94458) |
| +++ chrome/browser/ui/webui/plugins_ui.cc (working copy) |
| @@ -185,7 +185,7 @@ |
| // If a non-first-profile user tries to trigger these methods sneakily, |
| // forbid it. |
| #if !defined(OS_CHROMEOS) |
| - if (!web_ui_->GetProfile()->first_launched()) |
| + if (!web_ui_->GetProfile()->GetOriginalProfile()->first_launched()) |
| return; |
| #endif |