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

Unified Diff: Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp

Issue 110183002: Remove #if ENABLE(NAVIGATOR_CONTENT_UTILS) from blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased #2 Created 6 years, 11 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: Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp b/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
index 90d0fafdfb065b0ebbef9d4c9d149d2107ad3830..29c8dbb840950ead3fa2c78a9396b0755ec6c2b8 100644
--- a/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
+++ b/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
@@ -27,8 +27,6 @@
#include "config.h"
#include "modules/navigatorcontentutils/NavigatorContentUtils.h"
-#if ENABLE(NAVIGATOR_CONTENT_UTILS)
-
#include "bindings/v8/ExceptionState.h"
#include "core/dom/Document.h"
#include "core/dom/ExceptionCode.h"
@@ -224,6 +222,3 @@ void provideNavigatorContentUtilsTo(Page* page, NavigatorContentUtilsClient* cli
}
} // namespace WebCore
-
-#endif // ENABLE(NAVIGATOR_CONTENT_UTILS)
-

Powered by Google App Engine
This is Rietveld 408576698