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

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

Issue 2323993004: Remove use of deprecated base::ListValue::Append(Value*) overload in extensions. (Closed)
Patch Set: ... I hate C++ Created 4 years, 3 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 d7a868cd6027f25c5d79961b9ea074eccb0b7259..7f829741012406607aea0d9ae01a6c07dc0dc39d 100644
--- a/chrome/browser/extensions/api/tabs/app_window_controller.h
+++ b/chrome/browser/extensions/api/tabs/app_window_controller.h
@@ -31,8 +31,6 @@ class AppWindowController : public WindowController {
std::string GetWindowTypeText() const override;
std::unique_ptr<base::DictionaryValue> CreateWindowValueWithTabs(
const Extension* extension) const override;
- base::DictionaryValue* CreateTabValue(const Extension* extension,
- int tab_index) const override;
std::unique_ptr<api::tabs::Tab> CreateTabObject(
const extensions::Extension* extension,
int tab_index) const override;

Powered by Google App Engine
This is Rietveld 408576698