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

Unified Diff: chrome/browser/tab_contents/tab_specific_content_settings.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
Index: chrome/browser/tab_contents/tab_specific_content_settings.h
diff --git a/chrome/browser/tab_contents/tab_specific_content_settings.h b/chrome/browser/tab_contents/tab_specific_content_settings.h
index 7f0aac79ea42e3d7b12b389a18edbb95202d021c..5cc9213834ec1b52772ec19d303dc17add9af355 100644
--- a/chrome/browser/tab_contents/tab_specific_content_settings.h
+++ b/chrome/browser/tab_contents/tab_specific_content_settings.h
@@ -95,7 +95,6 @@ class TabSpecificContentSettings
const std::string& cookie_line,
bool blocked_by_policy);
virtual void OnIndexedDBAccessed(const GURL& url,
- const string16& name,
const string16& description,
bool blocked_by_policy);
virtual void OnLocalStorageAccessed(const GURL& url,
« no previous file with comments | « chrome/browser/resources/options/cookies_view.js ('k') | chrome/browser/tab_contents/tab_specific_content_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698