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

Unified Diff: Source/WebCore/page/ChromeClient.h

Issue 13774005: Remove the ENABLE_SQL_DATABASE compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: python Created 7 years, 8 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/WebCore/loader/FrameLoader.cpp ('k') | Source/WebCore/workers/WorkerThread.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/ChromeClient.h
diff --git a/Source/WebCore/page/ChromeClient.h b/Source/WebCore/page/ChromeClient.h
index c447118e4de381c6d81da7074844481fad8b5176..c86421e056305b80e0f2827061141b8c587d71d4 100644
--- a/Source/WebCore/page/ChromeClient.h
+++ b/Source/WebCore/page/ChromeClient.h
@@ -26,6 +26,7 @@
#include "ConsoleAPITypes.h"
#include "ConsoleTypes.h"
#include "Cursor.h"
+#include "DatabaseDetails.h"
#include "FocusDirection.h"
#include "FrameLoader.h"
#include "GraphicsContext.h"
@@ -41,9 +42,6 @@
#include <wtf/UnusedParam.h>
#include <wtf/Vector.h>
-#if ENABLE(SQL_DATABASE)
-#include "DatabaseDetails.h"
-#endif
#ifndef __OBJC__
class NSMenu;
@@ -189,9 +187,7 @@ public:
virtual Color underlayColor() const { return Color(); }
-#if ENABLE(SQL_DATABASE)
virtual void exceededDatabaseQuota(Frame*, const String& databaseName, DatabaseDetails) = 0;
-#endif
// Callback invoked when the application cache fails to save a cache object
// because storing it would grow the database file past its defined maximum
« no previous file with comments | « Source/WebCore/loader/FrameLoader.cpp ('k') | Source/WebCore/workers/WorkerThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698