Chromium Code Reviews| Index: chrome/browser/ui/gtk/view_id_util.cc |
| =================================================================== |
| --- chrome/browser/ui/gtk/view_id_util.cc (revision 192786) |
| +++ chrome/browser/ui/gtk/view_id_util.cc (working copy) |
| @@ -113,6 +113,9 @@ |
| case VIEW_ID_SCRIPT_BUBBLE: |
| return "chrome-script-bubble-button"; |
| + case VIEW_ID_CONTENTS_SPLIT: |
| + return "chrome-contents-split"; |
| + |
| // These are never hit because the tab container uses the delegate to |
| // set its ID. |
| case VIEW_ID_TAB_CONTAINER: |