Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: third_party/WebKit/Source/core/frame/DOMWindow.h

Issue 2704133002: Associate Location with DOMWindow instead of Frame. (Closed)
Patch Set: fix typos, consistent naming Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/DOMWindow.h
diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h
index c1d2bb8c4a0a4a3e076c767f0820d96a5104cfbd..9d1a2c386d1df98f503e4052ef60f65be403a12b 100644
--- a/third_party/WebKit/Source/core/frame/DOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/DOMWindow.h
@@ -98,8 +98,6 @@ class CORE_EXPORT DOMWindow : public EventTargetWithInlineData,
// See https://bugs.webkit.org/show_bug.cgi?id=62054
bool isCurrentlyDisplayedInFrame() const;
- void resetLocation();
-
bool isSecureContext() const;
InputDeviceCapabilitiesConstants* getInputDeviceCapabilities();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/DOMWindow.cpp » ('j') | third_party/WebKit/Source/core/frame/Location.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698