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

Unified Diff: chrome/default_plugin/plugin_impl.h

Issue 8689001: Reland 111519: Remove default plug-in on Mac, Gtk and Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 years, 1 month 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/default_plugin/default_plugin.gyp ('k') | chrome/default_plugin/plugin_impl_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/default_plugin/plugin_impl.h
diff --git a/chrome/default_plugin/plugin_impl.h b/chrome/default_plugin/plugin_impl.h
index ac57490c8534518901ef13d5630ae3aa93fbff1a..845c0d5a087e4a63e04e08c80fdccb06b31c1e04 100644
--- a/chrome/default_plugin/plugin_impl.h
+++ b/chrome/default_plugin/plugin_impl.h
@@ -2,12 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#if defined(USE_AURA)
-#include "chrome/default_plugin/plugin_impl_aura.h"
-#elif defined(OS_WIN)
+#if defined(OS_WIN)
#include "chrome/default_plugin/plugin_impl_win.h"
-#elif defined(OS_MACOSX)
-#include "chrome/default_plugin/plugin_impl_mac.h"
-#elif defined(TOOLKIT_USES_GTK)
-#include "chrome/default_plugin/plugin_impl_gtk.h"
#endif
« no previous file with comments | « chrome/default_plugin/default_plugin.gyp ('k') | chrome/default_plugin/plugin_impl_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698