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

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller_unittest.mm

Issue 10699057: Move application creation and extension install prompt showing off Browser and onto ExtensionTabHel… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/extensions/extension_install_dialog_controller_unittest.mm
===================================================================
--- chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller_unittest.mm (revision 145357)
+++ chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller_unittest.mm (working copy)
@@ -119,7 +119,7 @@
scoped_nsobject<ExtensionInstallDialogController>
controller([[ExtensionInstallDialogController alloc]
initWithParentWindow:test_window()
- browser:browser()
+ navigator:browser()
delegate:&delegate
prompt:prompt]);
@@ -175,7 +175,7 @@
scoped_nsobject<ExtensionInstallDialogController>
controller([[ExtensionInstallDialogController alloc]
initWithParentWindow:test_window()
- browser:browser()
+ navigator:browser()
delegate:&delegate
prompt:prompt]);
@@ -210,7 +210,7 @@
scoped_nsobject<ExtensionInstallDialogController>
controller1([[ExtensionInstallDialogController alloc]
initWithParentWindow:test_window()
- browser:browser()
+ navigator:browser()
delegate:&delegate1
prompt:one_warning_prompt]);
@@ -219,7 +219,7 @@
scoped_nsobject<ExtensionInstallDialogController>
controller2([[ExtensionInstallDialogController alloc]
initWithParentWindow:test_window()
- browser:browser()
+ navigator:browser()
delegate:&delegate2
prompt:two_warnings_prompt]);
@@ -255,7 +255,7 @@
scoped_nsobject<ExtensionInstallDialogController>
controller([[ExtensionInstallDialogController alloc]
initWithParentWindow:test_window()
- browser:browser()
+ navigator:browser()
delegate:&delegate
prompt:no_warnings_prompt]);
@@ -301,7 +301,7 @@
scoped_nsobject<ExtensionInstallDialogController>
controller([[ExtensionInstallDialogController alloc]
initWithParentWindow:test_window()
- browser:browser()
+ navigator:browser()
delegate:&delegate
prompt:inline_prompt]);

Powered by Google App Engine
This is Rietveld 408576698