diff options
Diffstat (limited to 'chrome/common/x11_util.h')
-rw-r--r-- | chrome/common/x11_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/x11_util.h b/chrome/common/x11_util.h index abe9f32e..09b1c2b 100644 --- a/chrome/common/x11_util.h +++ b/chrome/common/x11_util.h @@ -74,9 +74,6 @@ class EnumerateWindowsDelegate { // |xid| is the X Window ID of the enumerated window. Return true to stop // further iteration. virtual bool ShouldStopIterating(XID xid) = 0; - - protected: - ~EnumerateWindowsDelegate() {} }; // Enumerates all windows in the current display. Will recurse into child |