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

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 10139002: Preventing our default handlers for ChromeOS to show up or confuse the user (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Resolving merge issues Created 8 years, 8 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/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 755105021c060917dd4d04ec415ca09453c7ac9a..93fd178cf94f659d3cca62c17e53c556b5c70690 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -148,6 +148,9 @@ class ProfileImpl : public Profile,
void InitHostZoomMap();
+ // The installation of any pre-defined protocol handlers.
+ void InstallDefaultProtocolHandlers();
+
// Does final prefs initialization and calls Init().
void OnPrefsLoaded(bool success);

Powered by Google App Engine
This is Rietveld 408576698