Index: chrome/browser/ui/ash/screenshot_taker.h |
diff --git a/chrome/browser/ui/ash/screenshot_taker.h b/chrome/browser/ui/ash/screenshot_taker.h |
index 7583ea14de42ff19bf0d5b7cd000a89f341216e0..3bb7918380a2939b78f04e34ef91a755b69b74db 100644 |
--- a/chrome/browser/ui/ash/screenshot_taker.h |
+++ b/chrome/browser/ui/ash/screenshot_taker.h |
@@ -72,6 +72,21 @@ class ScreenshotTaker : public ash::ScreenshotDelegate { |
private: |
friend class ash::test::ScreenshotTakerTest; |
+ void GrabWindowSnapshotAsyncCallback( |
+ base::FilePath screenshot_path, |
+ bool is_partial, |
+ int window_idx, |
+ scoped_refptr<base::RefCountedBytes> png_data); |
+ void GrabPartialWindowSnapshotAsync(aura::Window* window, |
+ const gfx::Rect& snapshot_bounds, |
+ Profile* profile, |
+ base::FilePath screenshot_path); |
+ void GrabFullWindowSnapshotAsync(aura::Window* window, |
+ const gfx::Rect& snapshot_bounds, |
+ Profile* profile, |
+ base::FilePath screenshot_path, |
+ int window_idx); |
+ |
Profile* GetProfile(); |
void SetScreenshotDirectoryForTest(const base::FilePath& directory); |
void SetScreenshotBasenameForTest(const std::string& basename); |