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

Unified Diff: Source/core/page/DOMWindow.h

Issue 15901021: Move window.crypto to modules/crypto (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compile error in debug mode Created 7 years, 6 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
« no previous file with comments | « Source/core/page/Crypto.idl ('k') | Source/core/page/DOMWindow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DOMWindow.h
diff --git a/Source/core/page/DOMWindow.h b/Source/core/page/DOMWindow.h
index ff7d0ba7924969224ae19e33f34b60a220267580..f9c98a2082dfdd0f91faa986f1bbb776422c1827 100644
--- a/Source/core/page/DOMWindow.h
+++ b/Source/core/page/DOMWindow.h
@@ -38,7 +38,6 @@ namespace WebCore {
class CSSRuleList;
class CSSStyleDeclaration;
class Console;
- class Crypto;
class DOMApplicationCache;
class DOMPoint;
class DOMSelection;
@@ -122,7 +121,6 @@ namespace WebCore {
Screen* screen() const;
History* history() const;
- Crypto* crypto() const;
BarProp* locationbar() const;
BarProp* menubar() const;
BarProp* personalbar() const;
@@ -409,7 +407,6 @@ namespace WebCore {
mutable RefPtr<Screen> m_screen;
mutable RefPtr<History> m_history;
- mutable RefPtr<Crypto> m_crypto;
mutable RefPtr<BarProp> m_locationbar;
mutable RefPtr<BarProp> m_menubar;
mutable RefPtr<BarProp> m_personalbar;
« no previous file with comments | « Source/core/page/Crypto.idl ('k') | Source/core/page/DOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698