| 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 e2bfa2084548d5820cf0e408666382032bf69c1c..fd3a98d00f95990215671663cebaae6751d2e1f6 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -149,11 +149,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;
|
|
|