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(); |