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

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

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 | « no previous file | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index d38884d6ddaac7a7cf42363ac7f758cce66d0e89..1899df1e43f42cddc0977aa51cf5fc7ad0a4e14c 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -908,7 +908,10 @@ class Browser : public TabStripModelObserver,
BookmarkBar::State bookmark_bar_state_;
+#if 0
+ // Device attach web intent is disabled for M22. See crbug.com/144326.
scoped_ptr<DeviceAttachedIntentSource> device_attached_intent_source_;
+#endif
scoped_ptr<FullscreenController> fullscreen_controller_;
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698