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

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

Issue 14735003: Remove compile time flag ENABLE_PAGE_POPUP . This is part of an overall effort to remove unneeded c… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 7 years, 7 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/DOMWindowPagePopup.idl ('k') | Source/core/page/PagePopupClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PagePopup.h
diff --git a/Source/core/page/PagePopup.h b/Source/core/page/PagePopup.h
index 26713cb82a70ea0e0ad4758bfa4ce0b43cb89f3f..657804ef3dc911618dc04c30e4167845bd417d6f 100644
--- a/Source/core/page/PagePopup.h
+++ b/Source/core/page/PagePopup.h
@@ -31,7 +31,6 @@
#ifndef PagePopup_h
#define PagePopup_h
-#if ENABLE(PAGE_POPUP)
namespace WebCore {
// A PagePopup object is created by ChromeClient::openPagePopup(), and deleted
@@ -43,4 +42,3 @@ protected:
}
#endif
-#endif
« no previous file with comments | « Source/core/page/DOMWindowPagePopup.idl ('k') | Source/core/page/PagePopupClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698