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

Unified Diff: content/common/indexed_db_key.h

Issue 8276023: IndexedDB: Wrong exception types thrown for invalid keys (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated copyright years Created 9 years, 2 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 | « no previous file | content/common/indexed_db_key.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/indexed_db_key.h
diff --git a/content/common/indexed_db_key.h b/content/common/indexed_db_key.h
index ee7acd874c25b91ae0a76be29962e3b94e55f2de..808aaa843a7f33a10ae1973d85ba0d028a1db1de 100644
--- a/content/common/indexed_db_key.h
+++ b/content/common/indexed_db_key.h
@@ -17,7 +17,6 @@ class CONTENT_EXPORT IndexedDBKey {
explicit IndexedDBKey(const WebKit::WebIDBKey& key);
~IndexedDBKey();
- void SetNull();
void SetInvalid();
void SetString(const string16& string);
void SetDate(double date);
« no previous file with comments | « no previous file | content/common/indexed_db_key.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698