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

Unified Diff: public/platform/WebDatabaseObserver.h

Issue 1178593002: WebSQL: Added database open time statistics reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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/modules/webdatabase/Database.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebDatabaseObserver.h
diff --git a/public/platform/WebDatabaseObserver.h b/public/platform/WebDatabaseObserver.h
index a2a9262b1a3b266495b8bfcb2c4bfd60100bd07e..24514237d33acf0f8cec9ee91fa3d31f3e434cd7 100644
--- a/public/platform/WebDatabaseObserver.h
+++ b/public/platform/WebDatabaseObserver.h
@@ -51,7 +51,8 @@ public:
virtual void reportOpenDatabaseResult(
const WebString& databaseIdentifier,
const WebString& databaseName,
- int errorSite, int webSqlErrorCode, int sqliteErrorCode) { }
+ int errorSite, int webSqlErrorCode, int sqliteErrorCode,
+ double callTime) { }
virtual void reportChangeVersionResult(
const WebString& databaseIdentifier,
const WebString& databaseName,
« no previous file with comments | « Source/modules/webdatabase/Database.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698