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

Unified Diff: chrome/browser/chrome_site_per_process_browsertest.cc

Issue 2623033006: [Re-landing] Migrate external protocol prefs from local state to profiles (Closed)
Patch Set: a Created 3 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
Index: chrome/browser/chrome_site_per_process_browsertest.cc
diff --git a/chrome/browser/chrome_site_per_process_browsertest.cc b/chrome/browser/chrome_site_per_process_browsertest.cc
index 74de684f24c5226c8aeb293abd453272a949d5fc..746d6476fa286088d8f447403f2a1bd25572574e 100644
--- a/chrome/browser/chrome_site_per_process_browsertest.cc
+++ b/chrome/browser/chrome_site_per_process_browsertest.cc
@@ -392,7 +392,7 @@ class MailtoExternalProtocolHandlerDelegate
}
ExternalProtocolHandler::BlockState GetBlockState(
- const std::string& scheme) override {
+ const std::string& scheme, Profile* profile) override {
return ExternalProtocolHandler::DONT_BLOCK;
}

Powered by Google App Engine
This is Rietveld 408576698