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

Unified Diff: chrome/browser/resources/sync_internals/search.html

Issue 1334173006: Move sync_internals resources and constants to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcmInternals
Patch Set: Rebase Created 5 years, 3 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/sync_internals/search.html
diff --git a/chrome/browser/resources/sync_internals/search.html b/chrome/browser/resources/sync_internals/search.html
deleted file mode 100644
index 3b37e01c6a371dfacd13eeb68ccb1cb473430857..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/sync_internals/search.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<p>
-<input id="sync-search-query" type="search"
- placeholder="Search Sync Data">
-<button id="sync-search-submit">Search</button>
- <span id="sync-search-quicklink-container">Quick Search:
- <a class='sync-search-quicklink' data-query="&quot;IS_UNAPPLIED_UPDATE&quot;: true"
- href="#">Unapplied Updates</a>
- <a class='sync-search-quicklink' data-query="&quot;IS_UNSYNCED&quot;: true"
- href="#">Unsynced</a>
- <a class='sync-search-quicklink' data-query="((&quot;IS_UNAPPLIED_UPDATE&quot;: true)[\s\S]*(&quot;IS_UNSYNCED&quot;: true))|((&quot;IS_UNSYNCED&quot;: true)[\s\S]*(&quot;IS_UNAPPLIED_UPDATE&quot;: true))"
- href="#">Conflicted</a>
- <a class='sync-search-quicklink' data-query="&quot;IS_DEL&quot;: true"
- href="#">Deleted</a>
- </span>
-</p>
-<p>
-<span id="sync-search-status"></span>
-</p>
-
-<div id="sync-results-container">
- <list id="sync-results-list"></list>
- <div id="sync-results-splitter"></div>
- <div id="sync-result-details-container">
- <pre id="sync-result-details"></pre>
- </div>
-</div>
-
-<script src="chrome://sync-internals/search.js"></script>
« no previous file with comments | « chrome/browser/resources/sync_internals/node_browser.html ('k') | chrome/browser/resources/sync_internals/search.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698