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

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

Issue 11828026: Remove DeviceAttachedIntentSource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/intents/device_attached_intent_source.cc ('k') | 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 aa0f49396ed66988aa378dce454705f65947bb7a..dc968317fa4e9aa346917d52d273532ccc4555b7 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -51,7 +51,6 @@ class BrowserSyncedWindowDelegate;
class BrowserToolbarModelDelegate;
class BrowserTabRestoreServiceDelegate;
class BrowserWindow;
-class DeviceAttachedIntentSource;
class FindBarController;
class FullscreenController;
class PrefService;
@@ -931,11 +930,6 @@ 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_;
scoped_ptr<extensions::WindowController> extension_window_controller_;
« no previous file with comments | « chrome/browser/intents/device_attached_intent_source.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698