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

Unified Diff: chrome/browser/extensions/api/feedback_private/feedback_private_api.h

Issue 130233002: Fix Feedback to use it's own profile in incognito/guest sessions and not redirect to the default pr… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | chrome/browser/resources/feedback/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/feedback_private/feedback_private_api.h
diff --git a/chrome/browser/extensions/api/feedback_private/feedback_private_api.h b/chrome/browser/extensions/api/feedback_private/feedback_private_api.h
index e11808ecd36c3e55306251ecb60276cc9f5873b8..5740af5cd121916f0fb6f0f2a2605fc387b9293d 100644
--- a/chrome/browser/extensions/api/feedback_private/feedback_private_api.h
+++ b/chrome/browser/extensions/api/feedback_private/feedback_private_api.h
@@ -39,7 +39,7 @@ class FeedbackPrivateAPI : public ProfileKeyedAPI {
return "FeedbackPrivateAPI";
}
- static const bool kServiceRedirectedInIncognito = true;
+ static const bool kServiceHasOwnInstanceInIncognito = true;
Profile* const profile_;
FeedbackService* service_;
« no previous file with comments | « no previous file | chrome/browser/resources/feedback/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698