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

Unified Diff: ash/screenshot_delegate.h

Issue 10827193: Brushes up the code of screenshot filename. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: ash/screenshot_delegate.h
diff --git a/ash/screenshot_delegate.h b/ash/screenshot_delegate.h
index fe194e8a792d599b0435ea62d3dc862362f5a89f..9e7af06134f0aa907e0aa3d61c156831c320e7d7 100644
--- a/ash/screenshot_delegate.h
+++ b/ash/screenshot_delegate.h
@@ -20,10 +20,9 @@ class ScreenshotDelegate {
public:
virtual ~ScreenshotDelegate() {}
- // The actual task of taking a screenshot for the given window.
- // This method is called when the user wants to take a screenshot
- // manually.
- virtual void HandleTakeScreenshot(aura::Window* window) = 0;
+ // The actual task of taking a screenshot for each root window.
+ // This method is called when the user wants to take a screenshot manually.
+ virtual void HandleTakeScreenshotForAllRootWindows() = 0;
// The actual task of taking a partial screenshot for the given
// window.

Powered by Google App Engine
This is Rietveld 408576698