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

Unified Diff: chrome/browser/ui/views/extensions/extension_dialog_observer.h

Issue 8770028: cros: Defer file selection callback until the window closes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/ui/views/extensions/extension_dialog_observer.h
diff --git a/chrome/browser/ui/views/extensions/extension_dialog_observer.h b/chrome/browser/ui/views/extensions/extension_dialog_observer.h
index 7883d59fbcf844c50c05504561159b93c025e972..aeb79807c900830b47559eb94dae8df4abc4dd15 100644
--- a/chrome/browser/ui/views/extensions/extension_dialog_observer.h
+++ b/chrome/browser/ui/views/extensions/extension_dialog_observer.h
@@ -17,7 +17,7 @@ class ExtensionDialogObserver {
// Called when the ExtensionDialog is closing. Note that it
// is ref-counted, and thus will be released shortly after
// making this delegate call.
- virtual void ExtensionDialogIsClosing(ExtensionDialog* popup) = 0;
+ virtual void ExtensionDialogClosing(ExtensionDialog* popup) = 0;
};
#endif // CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSION_DIALOG_OBSERVER_H_
« no previous file with comments | « chrome/browser/ui/views/extensions/extension_dialog.cc ('k') | chrome/browser/ui/views/select_file_dialog_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698