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

Unified Diff: chrome/browser/browsing_data_indexed_db_helper.h

Issue 7811006: Add full support for filesystem URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed code review feedback. Created 8 years, 10 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: chrome/browser/browsing_data_indexed_db_helper.h
diff --git a/chrome/browser/browsing_data_indexed_db_helper.h b/chrome/browser/browsing_data_indexed_db_helper.h
index 5d7177e503abbb7a4c6e92cf4378c25be00e6eb2..d2e2f4d29d28acf15c7287fa4b6ae7b61768fd9b 100644
--- a/chrome/browser/browsing_data_indexed_db_helper.h
+++ b/chrome/browser/browsing_data_indexed_db_helper.h
@@ -38,10 +38,6 @@ class BrowsingDataIndexedDBHelper
base::Time last_modified);
~IndexedDBInfo();
- bool IsFileSchemeData() {
- return origin.SchemeIsFile();
- }
-
GURL origin;
int64 size;
base::Time last_modified;

Powered by Google App Engine
This is Rietveld 408576698