diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 07:31:11 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 07:31:11 +0000 |
commit | 6c8909c917c7e8fc735416adf5e6db82b0f91982 (patch) | |
tree | 8bdd526de11cf070c1fad18c92d15fce595b838a /chrome/test/testing_profile.h | |
parent | 26420cde5e0df5bc8b9ca304aa6dbe1174e33ea1 (diff) | |
download | chromium_src-6c8909c917c7e8fc735416adf5e6db82b0f91982.zip chromium_src-6c8909c917c7e8fc735416adf5e6db82b0f91982.tar.gz chromium_src-6c8909c917c7e8fc735416adf5e6db82b0f91982.tar.bz2 |
Display content settings applying to the current otr session only.
Also allow for editing them...
The XIB change adds a column at the end of the table with a NSCheckboxCell in it and the title IDS_EXCEPTIONS_OTR_HEADER
BUG=44480
TEST=manual
Review URL: http://codereview.chromium.org/2858032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index adc8d95..b2b572b 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -100,6 +100,8 @@ class TestingProfile : public Profile { virtual void DestroyOffTheRecordProfile() {} + virtual bool HasOffTheRecordProfile() { return false; } + virtual Profile* GetOriginalProfile() { return this; } virtual webkit_database::DatabaseTracker* GetDatabaseTracker(); virtual VisitedLinkMaster* GetVisitedLinkMaster() { return NULL; } |