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

Unified Diff: chrome/browser/ui/cocoa/extension_installed_bubble_bridge.mm

Issue 6269009: Move loose extension files in c/b/ui/cocoa/ into the extensions/ subdir... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
Index: chrome/browser/ui/cocoa/extension_installed_bubble_bridge.mm
===================================================================
--- chrome/browser/ui/cocoa/extension_installed_bubble_bridge.mm (revision 71534)
+++ chrome/browser/ui/cocoa/extension_installed_bubble_bridge.mm (working copy)
@@ -1,25 +0,0 @@
-// Copyright (c) 2010 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.
-
-#import <Cocoa/Cocoa.h>
-
-#import "extension_installed_bubble_bridge.h"
-
-#import "chrome/browser/ui/cocoa/extension_installed_bubble_controller.h"
-#include "chrome/browser/ui/browser.h"
-#include "chrome/common/extensions/extension.h"
-
-void ExtensionInstalledBubbleCocoa::ShowExtensionInstalledBubble(
- gfx::NativeWindow window,
- const Extension* extension,
- Browser* browser,
- SkBitmap icon) {
- // The controller is deallocated when the window is closed, so no need to
- // worry about it here.
- [[ExtensionInstalledBubbleController alloc]
- initWithParentWindow:window
- extension:extension
- browser:browser
- icon:icon];
-}

Powered by Google App Engine
This is Rietveld 408576698