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

Unified Diff: apps/shell/browser/shell_app_window_api.cc

Issue 257333002: Drive extension functions from ExtensionFunction::Run. The (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: appshell Created 6 years, 8 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: apps/shell/browser/shell_app_window_api.cc
diff --git a/apps/shell/browser/shell_app_window_api.cc b/apps/shell/browser/shell_app_window_api.cc
index 136a0ce87703beca5a2afb847fe4dde8f141f36b..8526f4529c6b800d36fc68994a15e22fa8d4723e 100644
--- a/apps/shell/browser/shell_app_window_api.cc
+++ b/apps/shell/browser/shell_app_window_api.cc
@@ -51,7 +51,7 @@ ShellAppWindowCreateFunction::ShellAppWindowCreateFunction() {}
ShellAppWindowCreateFunction::~ShellAppWindowCreateFunction() {}
-bool ShellAppWindowCreateFunction::RunImpl() {
+bool ShellAppWindowCreateFunction::RunAsync() {
// Arguments must contain a URL and may contain options and a callback.
if (args_->GetSize() < 1 || args_->GetSize() > 3)
return false;

Powered by Google App Engine
This is Rietveld 408576698