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

Unified Diff: apps/shell/browser/api/shell/shell_api.h

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
« no previous file with comments | « no previous file | apps/shell/browser/api/shell/shell_api.cc » ('j') | apps/shell/browser/api/shell/shell_api.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/browser/api/shell/shell_api.h
diff --git a/apps/shell/browser/api/shell/shell_api.h b/apps/shell/browser/api/shell/shell_api.h
index d7f02ebbe475f09476292212bd8bf56854e50e0e..00129878d8491155b319bc1f71e01db7c6a45395 100644
--- a/apps/shell/browser/api/shell/shell_api.h
+++ b/apps/shell/browser/api/shell/shell_api.h
@@ -23,7 +23,7 @@ class ShellCreateWindowFunction : public UIThreadExtensionFunction {
private:
virtual ~ShellCreateWindowFunction();
- virtual bool RunImpl() OVERRIDE;
+ virtual ResponseAction Run() OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(ShellCreateWindowFunction);
};
« no previous file with comments | « no previous file | apps/shell/browser/api/shell/shell_api.cc » ('j') | apps/shell/browser/api/shell/shell_api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698