Commit 3c2b264b authored by rkc@chromium.org's avatar rkc@chromium.org

Fix Chrome crash when opening feedback in incognito.

R=asargent@chromium.org
BUG=285413
TEST=Launching feedback in Incognito/Guest mode works and the browser doesn't crash.

Review URL: https://chromiumcodereview.appspot.com/23523033

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221864 0039d316-1c4b-4281-b951-d872f2087c98
parent 787599a7
......@@ -38,6 +38,8 @@ class FeedbackPrivateAPI : public ProfileKeyedAPI {
return "FeedbackPrivateAPI";
}
static const bool kServiceRedirectedInIncognito = true;
Profile* const profile_;
FeedbackService* service_;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment