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

Unified Diff: chrome/browser/ui/browser.cc

Issue 10872094: Disable media device attach intent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 329317b429d638a848f129ae777e08d39ed09ab2..d67f8ff4290fea0a070b7492636940d18789d845 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -420,8 +420,12 @@ Browser::Browser(const CreateParams& params)
profile_->GetPrefs(), NULL);
instant_controller_.reset(new chrome::BrowserInstantController(this));
+
+#if 0
+ // Disabled for M22. See http://crbug.com/144326.
device_attached_intent_source_.reset(
new DeviceAttachedIntentSource(this, (this)));
+#endif
UpdateBookmarkBarState(BOOKMARK_BAR_STATE_CHANGE_INIT);
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698