Index: third_party/WebKit/public/web/WebLocalFrame.h |
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
index 4638c3ecc988873fe7064ef7bfdf2ba776182ebd..efaa90e1d1dfcbfb040195b47827467e04c8ea0d 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -158,11 +158,6 @@ public: |
// the current base, this function will do nothing. |
virtual void moveRangeSelectionExtent(const WebPoint&) = 0; |
- // Focus ------------------------------------------------------------------ |
- |
- // Called when this frame loses focus to a frame in another process. |
- virtual void clearFocus() = 0; |
- |
// Content Settings ------------------------------------------------------- |
virtual void setContentSettingsClient(WebContentSettingsClient*) = 0; |