| Index: chrome/browser/ui/ash/screenshot_taker.h
|
| ===================================================================
|
| --- chrome/browser/ui/ash/screenshot_taker.h (revision 266217)
|
| +++ chrome/browser/ui/ash/screenshot_taker.h (working copy)
|
| @@ -92,9 +92,11 @@
|
| void SetScreenshotBasenameForTest(const std::string& basename);
|
| void SetScreenshotProfileForTest(Profile* profile);
|
|
|
| +#if defined(OS_CHROMEOS)
|
| Notification* CreateNotification(
|
| ScreenshotTakerObserver::Result screenshot_result,
|
| const base::FilePath& screenshot_path);
|
| +#endif
|
|
|
| base::WeakPtrFactory<ScreenshotTaker> factory_;
|
|
|
|
|