summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/first_run/help_step.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/first_run/help_step.html')
-rw-r--r--chromium/chrome/browser/resources/chromeos/first_run/help_step.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/first_run/help_step.html b/chromium/chrome/browser/resources/chromeos/first_run/help_step.html
deleted file mode 100644
index 0a9c513079e..00000000000
--- a/chromium/chrome/browser/resources/chromeos/first_run/help_step.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<div id="help" class="step bubble transparent hidden">
- <div id="completion-image"></div>
- <h1 i18n-content="helpHeader"></h1>
- <p i18n-content="helpText1"></p>
- <p i18n-content="helpText2"></p>
- <div class="controls">
- <button i18n-content="helpKeepExploringButton"
- class="help-button custom-appearance blue-button"></button>
- <button i18n-content="helpFinishButton"
- class="next-button custom-appearance white-button"></button>
- </div>
-</div>