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

Unified Diff: chrome/browser/content_settings/tab_specific_content_settings.h

Issue 10987022: Fix content settings bubble crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/content_settings/tab_specific_content_settings.h
diff --git a/chrome/browser/content_settings/tab_specific_content_settings.h b/chrome/browser/content_settings/tab_specific_content_settings.h
index ba0281142fe22e2281435480a6f257cf9151f09e..7536b4d0094763c48f8f9f21cdf436becef773ea 100644
--- a/chrome/browser/content_settings/tab_specific_content_settings.h
+++ b/chrome/browser/content_settings/tab_specific_content_settings.h
@@ -288,8 +288,8 @@ class TabSpecificContentSettings : public content::WebContentsObserver,
// Notifies all registered |SiteDataObserver|s.
void NotifySiteDataObservers();
- // All currently registered |SiteDataObserver|.
- ObserverList<SiteDataObserver, true> observer_list_;
+ // All currently registered |SiteDataObserver|s.
+ ObserverList<SiteDataObserver> observer_list_;
// Stores which content setting types actually have blocked content.
bool content_blocked_[CONTENT_SETTINGS_NUM_TYPES];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698