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

Unified Diff: chrome/browser/resources/options2/chromeos/change_picture_options.html

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. 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: chrome/browser/resources/options2/chromeos/change_picture_options.html
diff --git a/chrome/browser/resources/options2/chromeos/change_picture_options.html b/chrome/browser/resources/options2/chromeos/change_picture_options.html
deleted file mode 100644
index 0bfa12c8bd8f85ee9a699b10409af3ef6f96275b..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/chromeos/change_picture_options.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<div id="change-picture-page" class="page" i18n-values="camera:cameraType" hidden>
- <div class="close-button"></div>
- <h1 i18n-content="changePicturePage"></h1>
- <div class="content-area">
- <div i18n-content="changePicturePageDescription"></div>
- <grid id="user-image-grid" class="user-image-picker"></grid>
- <div id="user-image-preview">
- <img class="user-image-preview-img" i18n-values="alt:previewAltText">
- <div class="user-image-stream-area">
- <div class="perspective-box">
- <div id="user-image-stream-crop">
- <video class="user-image-stream" autoplay></video>
- </div>
- </div>
- <div class="spinner"></div>
- <button id="flip-photo" class="custom-appearance"></button>
- </div>
- <button id="discard-photo"></button>
- <button id="take-photo"></button>
- </div>
- <div id="user-image-attribution">
- <span i18n-content="authorCredit"></span>
- <strong id="user-image-author-name"></strong>
- <a id="user-image-author-website" target="_blank"></a>
- </div>
- </div>
- <div class="action-area">
- <div class="button-strip">
- <button id="change-picture-overlay-confirm" i18n-content="ok"></button>
- </div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698