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

Unified Diff: chrome/browser/devtools/devtools_window.h

Issue 165213006: [DevTools] Issue zoom from DevToolsWindow instead of browser commands. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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/devtools/devtools_window.h
diff --git a/chrome/browser/devtools/devtools_window.h b/chrome/browser/devtools/devtools_window.h
index 5e201ef44eefd43f7bf4833b13102bf7729c548c..fd7f43010b36322a1cc0a0b435d257963057f9b4 100644
--- a/chrome/browser/devtools/devtools_window.h
+++ b/chrome/browser/devtools/devtools_window.h
@@ -326,6 +326,9 @@ class DevToolsWindow : private content::NotificationObserver,
virtual void SearchInPath(int request_id,
const std::string& file_system_path,
const std::string& query) OVERRIDE;
+ virtual void ZoomIn() OVERRIDE;
+ virtual void ZoomOut() OVERRIDE;
+ virtual void ResetZoom() OVERRIDE;
// DevToolsFileHelper callbacks.
void FileSavedAs(const std::string& url);
« no previous file with comments | « chrome/browser/devtools/devtools_embedder_message_dispatcher.cc ('k') | chrome/browser/devtools/devtools_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698