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

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: Addressed 4th review 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 502d257a9e86bdcd740737a23a83a1f81f10a3e4..1ee5f252e16f78b8532a944e05d94acdd8ca5a4d 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -149,6 +149,9 @@ class ProfileImpl : public Profile,
void InitHostZoomMap();
+ // The installation of any pre-defined protocol handlers.
+ void InstallFixedProtocolHandlers();
+
// Does final prefs initialization and calls Init().
void OnPrefsLoaded(bool success);

Powered by Google App Engine
This is Rietveld 408576698