diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 20:10:45 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 20:10:45 +0000 |
commit | 70cb9fac715057d31535d0f0739c7021a2c4ca94 (patch) | |
tree | 093c986029c0949a16b4df66379de57908ca3266 /chrome/browser/geolocation | |
parent | 8f3aa37941ca80fa577b15f85dd0f860d17a9250 (diff) | |
download | chromium_src-70cb9fac715057d31535d0f0739c7021a2c4ca94.zip chromium_src-70cb9fac715057d31535d0f0739c7021a2c4ca94.tar.gz chromium_src-70cb9fac715057d31535d0f0739c7021a2c4ca94.tar.bz2 |
Add NotificationExceptionTableModel.
Methods stubbed out for now, and not used anywhere yet.
BUG=45547
TEST=none
Review URL: http://codereview.chromium.org/2847041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51405 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation')
-rw-r--r-- | chrome/browser/geolocation/geolocation_exceptions_table_model.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/geolocation_exceptions_table_model.cc b/chrome/browser/geolocation/geolocation_exceptions_table_model.cc index c8a6202..b921ff1 100644 --- a/chrome/browser/geolocation/geolocation_exceptions_table_model.cc +++ b/chrome/browser/geolocation/geolocation_exceptions_table_model.cc @@ -239,7 +239,6 @@ void GeolocationExceptionsTableModel::AddEntriesForOrigin( } } -// static GeolocationExceptionsTableModel::Entry::Entry( const GURL& in_origin, const GURL& in_embedding_origin, ContentSetting in_setting) |