Index: chrome/browser/extensions/api/web_navigation/frame_navigation_state.h |
diff --git a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h |
index 16989ef0970cc7c6c5f8788a4d23d92d6e246700..71edaaf506971ea9880e98fc6c7e97b2756dd069 100644 |
--- a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h |
+++ b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h |
@@ -27,8 +27,6 @@ class FrameNavigationState { |
FrameID(); |
FrameID(int64 frame_num, content::RenderViewHost* render_view_host); |
- bool IsValid() const; |
- |
bool operator<(const FrameID& other) const; |
bool operator==(const FrameID& other) const; |
bool operator!=(const FrameID& other) const; |