| Index: trunk/src/chrome/browser/ui/ash/screenshot_taker.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/ash/screenshot_taker.cc (revision 270237)
|
| +++ trunk/src/chrome/browser/ui/ash/screenshot_taker.cc (working copy)
|
| @@ -58,9 +58,7 @@
|
|
|
| const char kNotificationId[] = "screenshot";
|
|
|
| -#if defined(OS_CHROMEOS)
|
| const char kNotificationOriginUrl[] = "chrome://screenshot";
|
| -#endif
|
|
|
| const char kImageClipboardFormatPrefix[] = "<img src='data:image/png;base64,";
|
| const char kImageClipboardFormatSuffix[] = "'>";
|
| @@ -361,7 +359,6 @@
|
| return true;
|
| }
|
|
|
| -#if defined(OS_CHROMEOS)
|
| const int GetScreenshotNotificationTitle(
|
| ScreenshotTakerObserver::Result screenshot_result) {
|
| switch (screenshot_result) {
|
| @@ -385,7 +382,6 @@
|
| return IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL;
|
| }
|
| }
|
| -#endif
|
|
|
| } // namespace
|
|
|
|
|