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); |