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

Unified Diff: chrome/browser/browsing_data_indexed_db_helper.h

Issue 4682002: Remove "name" field from indexed databases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 | « chrome/app/nibs/CookieDetailsView.xib ('k') | chrome/browser/browsing_data_indexed_db_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 11a9755f2a204f15fdcb47f5efeb4dd86448acf0..932c00b7f6124b45a9c7d831a12b1370c39500d3 100644
--- a/chrome/browser/browsing_data_indexed_db_helper.h
+++ b/chrome/browser/browsing_data_indexed_db_helper.h
@@ -35,7 +35,6 @@ class BrowsingDataIndexedDBHelper
unsigned short port,
const std::string& database_identifier,
const std::string& origin,
- const std::string& database_name,
const FilePath& file_path,
int64 size,
base::Time last_modified)
@@ -44,7 +43,6 @@ class BrowsingDataIndexedDBHelper
port(port),
database_identifier(database_identifier),
origin(origin),
- database_name(database_name),
file_path(file_path),
size(size),
last_modified(last_modified) {
@@ -59,7 +57,6 @@ class BrowsingDataIndexedDBHelper
unsigned short port;
std::string database_identifier;
std::string origin;
- std::string database_name;
FilePath file_path;
int64 size;
base::Time last_modified;
@@ -97,7 +94,6 @@ class CannedBrowsingDataIndexedDBHelper
// Add a indexed database to the set of canned indexed databases that is
// returned by this helper.
void AddIndexedDB(const GURL& origin,
- const string16& name,
const string16& description);
// Clear the list of canned indexed databases.
« no previous file with comments | « chrome/app/nibs/CookieDetailsView.xib ('k') | chrome/browser/browsing_data_indexed_db_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698