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

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: rebase Created 3 years, 10 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..8e161e6b6724972b663042067ef9d0ee6855fbbe 100644
--- a/chrome/browser/chrome_site_per_process_browsertest.cc
+++ b/chrome/browser/chrome_site_per_process_browsertest.cc
@@ -391,8 +391,8 @@ class MailtoExternalProtocolHandlerDelegate
protocol);
}
- ExternalProtocolHandler::BlockState GetBlockState(
- const std::string& scheme) override {
+ ExternalProtocolHandler::BlockState GetBlockState(const std::string& scheme,
+ Profile* profile) override {
return ExternalProtocolHandler::DONT_BLOCK;
}

Powered by Google App Engine
This is Rietveld 408576698