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

Unified Diff: chrome/browser/toolkit_extra_parts.h

Issue 18967002: Small cleanup for ChromeBrowserMain: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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/toolkit_extra_parts.h
===================================================================
--- chrome/browser/toolkit_extra_parts.h (revision 210624)
+++ chrome/browser/toolkit_extra_parts.h (working copy)
@@ -1,32 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_TOOLKIT_EXTRA_PARTS_H_
-#define CHROME_BROWSER_TOOLKIT_EXTRA_PARTS_H_
-
-#include "build/build_config.h"
-
-class ChromeBrowserMainParts;
-
-namespace chrome {
-
-#if defined(TOOLKIT_GTK)
-void AddGtkToolkitExtraParts(ChromeBrowserMainParts* main_parts);
-#endif
-
-#if defined(TOOLKIT_VIEWS)
-void AddViewsToolkitExtraParts(ChromeBrowserMainParts* main_parts);
-#endif
-
-#if defined(USE_ASH)
-void AddAshToolkitExtraParts(ChromeBrowserMainParts* main_parts);
-#endif
-
-#if defined(USE_AURA)
-void AddAuraToolkitExtraParts(ChromeBrowserMainParts* main_parts);
-#endif
-
-} // namespace chrome
-
-#endif // CHROME_BROWSER_TOOLKIT_EXTRA_PARTS_H_

Powered by Google App Engine
This is Rietveld 408576698