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

Unified Diff: ash/screenshot_delegate.h

Issue 706013004: Move non-browser specific ScreenshotTaker code to ui/snapshot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restrict to use_aura==1 and fix gn build Created 6 years, 1 month 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 | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/ui/ash/chrome_screenshot_taker.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/screenshot_delegate.h
diff --git a/ash/screenshot_delegate.h b/ash/screenshot_delegate.h
index 9e7af06134f0aa907e0aa3d61c156831c320e7d7..36ca6a72a3c604cd46ac52e8f7008d02a758e4cc 100644
--- a/ash/screenshot_delegate.h
+++ b/ash/screenshot_delegate.h
@@ -32,6 +32,7 @@ class ScreenshotDelegate {
// Returns true if the system is ready to take screenshot.
virtual bool CanTakeScreenshot() = 0;
};
-} // namespace ash
+
+} // namespace
oshima 2014/11/12 11:32:14 namespace ash
flackr 2014/11/18 16:46:30 Done.
#endif // ASH_SCREENSHOT_DELEGATE_H_
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/ui/ash/chrome_screenshot_taker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698