summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-31 07:58:57 +0000
committerilevy@chromium.org <ilevy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-31 07:58:57 +0000
commitc86a8268f6579bc82d4a615114ea810aab948a11 (patch)
tree95801959bdb91d9f8f3569da6d74d5c7e651a2fc /content
parent73b14fcad61ca35a19895cffadaf2739f2151f14 (diff)
downloadchromium_src-c86a8268f6579bc82d4a615114ea810aab948a11.zip
chromium_src-c86a8268f6579bc82d4a615114ea810aab948a11.tar.gz
chromium_src-c86a8268f6579bc82d4a615114ea810aab948a11.tar.bz2
Revert 191571 "Move AppIsolation out of Extension Class"
browser_tests and unit_tests failures on many bots. For example: IsolatedAppsManifestTest.IsolatedApps crashes here: http://goo.gl/3iAgy > Move AppIsolation out of Extension Class > > TBR=ben@chromium.org, joi@chromium.org > (ben - gypis, joi - public/browser/ comment update) > BUG=159265 > > > Review URL: https://chromiumcodereview.appspot.com/12770031 TBR=rdevlin.cronin@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/public/browser/browser_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
index b6ba322..9567b1a 100644
--- a/content/public/browser/browser_context.h
+++ b/content/public/browser/browser_context.h
@@ -117,8 +117,8 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
// Returns the request context appropriate for the given renderer. If the
// renderer process doesn't have an associated installed app, or if the
- // installed app doesn't have isolated storage, this is equivalent to calling
- // GetRequestContext().
+ // installed app's is_storage_isolated() returns false, this is equivalent to
+ // calling GetRequestContext().
virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
int renderer_child_id) = 0;