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

Unified Diff: chrome/browser/ui/webui/options/certificate_manager_browsertest.js

Issue 11962043: Move webui resources from chrome\browser\resources\shared to ui\webui\resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/ui/webui/options/certificate_manager_browsertest.js
===================================================================
--- chrome/browser/ui/webui/options/certificate_manager_browsertest.js (revision 177292)
+++ chrome/browser/ui/webui/options/certificate_manager_browsertest.js (working copy)
@@ -24,7 +24,7 @@
/** @inheritDoc */
preLoad: function() {
// We can't check cr.isChromeOS in the preLoad since "cr" doesn't exist yet.
- // This is copied from chrome/browser/resources/shared/js/cr.js, maybe
+ // This is copied from ui/webui/resources/js/cr.js, maybe
// there's a better way to do this.
this.isChromeOS = /CrOS/.test(navigator.userAgent);
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_data_source_unittest.cc ('k') | chrome/browser/ui/webui/shared_resources_data_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698