| Index: chrome/browser/ui/toolbar/wrench_menu_model.cc
|
| ===================================================================
|
| --- chrome/browser/ui/toolbar/wrench_menu_model.cc (revision 168088)
|
| +++ chrome/browser/ui/toolbar/wrench_menu_model.cc (working copy)
|
| @@ -271,7 +271,7 @@
|
| MetroPinTabHelper* tab_helper =
|
| web_contents ? MetroPinTabHelper::FromWebContents(web_contents)
|
| : NULL;
|
| - if (tab_helper && tab_helper->is_pinned())
|
| + if (tab_helper && tab_helper->IsPinned())
|
| string_id = IDS_UNPIN_FROM_START_SCREEN;
|
| return l10n_util::GetStringUTF16(string_id);
|
| }
|
|
|