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

Unified Diff: chrome/browser/extensions/api/tabs/app_window_controller.h

Issue 1991083002: Remove ExtensionFunction::SetResult(T*) overload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IWYU Created 4 years, 7 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/extensions/api/tabs/app_window_controller.h
diff --git a/chrome/browser/extensions/api/tabs/app_window_controller.h b/chrome/browser/extensions/api/tabs/app_window_controller.h
index 78f81839624125d53aa6f04c9cd65a13312d7afc..d7a868cd6027f25c5d79961b9ea074eccb0b7259 100644
--- a/chrome/browser/extensions/api/tabs/app_window_controller.h
+++ b/chrome/browser/extensions/api/tabs/app_window_controller.h
@@ -29,7 +29,7 @@ class AppWindowController : public WindowController {
// extensions::WindowController:
int GetWindowId() const override;
std::string GetWindowTypeText() const override;
- base::DictionaryValue* CreateWindowValueWithTabs(
+ std::unique_ptr<base::DictionaryValue> CreateWindowValueWithTabs(
const Extension* extension) const override;
base::DictionaryValue* CreateTabValue(const Extension* extension,
int tab_index) const override;

Powered by Google App Engine
This is Rietveld 408576698