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

Unified Diff: chrome/browser/chrome_site_per_process_browsertest.cc

Issue 2660333004: Revert of Migrate external protocol prefs from local state to profiles (Closed)
Patch Set: 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 8e161e6b6724972b663042067ef9d0ee6855fbbe..74de684f24c5226c8aeb293abd453272a949d5fc 100644
--- a/chrome/browser/chrome_site_per_process_browsertest.cc
+++ b/chrome/browser/chrome_site_per_process_browsertest.cc
@@ -391,8 +391,8 @@
protocol);
}
- ExternalProtocolHandler::BlockState GetBlockState(const std::string& scheme,
- Profile* profile) override {
+ ExternalProtocolHandler::BlockState GetBlockState(
+ const std::string& scheme) override {
return ExternalProtocolHandler::DONT_BLOCK;
}

Powered by Google App Engine
This is Rietveld 408576698