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

Unified Diff: chrome/browser/notifications/desktop_notifications_unittest.h

Issue 188693004: Revert of Enable the volume slider in Ash for windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/notifications/desktop_notifications_unittest.h
diff --git a/chrome/browser/notifications/desktop_notifications_unittest.h b/chrome/browser/notifications/desktop_notifications_unittest.h
index ad7e2896baaee20566c8d6228401f6c135601766..6ecd01eb1c0970194048a494e03ccd1e40c15061 100644
--- a/chrome/browser/notifications/desktop_notifications_unittest.h
+++ b/chrome/browser/notifications/desktop_notifications_unittest.h
@@ -20,10 +20,6 @@
#include "content/public/test/render_view_test.h"
#include "content/public/test/test_browser_thread.h"
#include "testing/gtest/include/gtest/gtest.h"
-
-#if defined(OS_WIN) && defined(USE_ASH)
-#include "base/win/scoped_com_initializer.h"
-#endif
#if defined(USE_AURA)
namespace views {
@@ -138,9 +134,6 @@
#if defined(USE_AURA)
scoped_ptr<views::corewm::WMState> wm_state_;
#endif
-#if defined(OS_WIN) && defined(USE_ASH)
- scoped_ptr<base::win::ScopedCOMInitializer> com_initializer_;
-#endif
DISALLOW_COPY_AND_ASSIGN(DesktopNotificationsTest);
};
« no previous file with comments | « ash/system/win/audio/tray_audio_win.cc ('k') | chrome/browser/notifications/desktop_notifications_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698