Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| =================================================================== |
| --- chrome/common/chrome_switches.cc (revision 12187) |
| +++ chrome/common/chrome_switches.cc (working copy) |
| @@ -409,4 +409,7 @@ |
| // Enables experimental views under gtk. |
| const wchar_t kViewsGtk[] = L"views-gtk"; |
| +// Enables the bookmark menu. |
| +const wchar_t kBookmarkMenu[] = L"bookmark-menu"; |
| + |
| } // namespace switches |