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

Unified Diff: extensions/renderer/app_window_custom_bindings.h

Issue 2551303003: Remove unused packaged app window controls code. (Closed)
Patch Set: Nit Created 4 years 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 | « extensions/common/switches.cc ('k') | extensions/renderer/app_window_custom_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/app_window_custom_bindings.h
diff --git a/extensions/renderer/app_window_custom_bindings.h b/extensions/renderer/app_window_custom_bindings.h
index b8054c07a60ebd096dbc5754cec89fbb1e99b889..cd15629cd4d2db435e48d40153cff5782a8f2549 100644
--- a/extensions/renderer/app_window_custom_bindings.h
+++ b/extensions/renderer/app_window_custom_bindings.h
@@ -18,11 +18,6 @@ class AppWindowCustomBindings : public ObjectBackedNativeHandler {
private:
void GetFrame(const v8::FunctionCallbackInfo<v8::Value>& args);
- // Return string containing the HTML <template> for the <window-controls>
- // custom element.
- void GetWindowControlsHtmlTemplate(
- const v8::FunctionCallbackInfo<v8::Value>& args);
-
DISALLOW_COPY_AND_ASSIGN(AppWindowCustomBindings);
};
« no previous file with comments | « extensions/common/switches.cc ('k') | extensions/renderer/app_window_custom_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698