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

Unified Diff: chrome/browser/extensions/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/window_controller.h
diff --git a/chrome/browser/extensions/window_controller.h b/chrome/browser/extensions/window_controller.h
index deb33191816ec8c652593a53c0869fcc06e7f373..1e2ac693ae87df81eaf0a814b5e98390b4a0e1db 100644
--- a/chrome/browser/extensions/window_controller.h
+++ b/chrome/browser/extensions/window_controller.h
@@ -90,10 +90,6 @@ class WindowController {
const extensions::Extension* extension,
int tab_index) const = 0;
- // DEPRECATED: Use std::unique_ptr<api::tabs::Tab> CreateTabObject(...)
- virtual base::DictionaryValue* CreateTabValue(
- const extensions::Extension* extension, int tab_index) const = 0;
-
// Returns false if the window is in a state where closing the window is not
// permitted and sets |reason| if not NULL.
virtual bool CanClose(Reason* reason) const = 0;
« no previous file with comments | « chrome/browser/extensions/menu_manager.cc ('k') | extensions/browser/api/networking_private/networking_private_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698