 Chromium Code Reviews
 Chromium Code Reviews Issue 2487002:
  Disable navigation contextual menus for Sync dialog UI....  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 2487002:
  Disable navigation contextual menus for Sync dialog UI....  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: chrome/browser/tab_contents/render_view_context_menu.h | 
| =================================================================== | 
| --- chrome/browser/tab_contents/render_view_context_menu.h (revision 48638) | 
| +++ chrome/browser/tab_contents/render_view_context_menu.h (working copy) | 
| @@ -63,6 +63,7 @@ | 
| private: | 
| static bool IsDevToolsURL(const GURL& url); | 
| + static bool IsSyncResourcesURL(const GURL& url); | 
| bool AppendCustomItems(); | 
| void AppendDeveloperItems(); | 
| void AppendLinkItems(); |