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

Unified Diff: trunk/src/chrome/browser/extensions/component_loader.cc

Issue 183883032: Revert 255380 "Switch Quickoffice to new internal repo" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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: trunk/src/chrome/browser/extensions/component_loader.cc
===================================================================
--- trunk/src/chrome/browser/extensions/component_loader.cc (revision 255381)
+++ trunk/src/chrome/browser/extensions/component_loader.cc (working copy)
@@ -498,7 +498,7 @@
if (!command_line->HasSwitch(
chromeos::switches::kDisableQuickofficeComponentApp)) {
std::string id = Add(IDR_QUICKOFFICE_MANIFEST, base::FilePath(
- FILE_PATH_LITERAL("/usr/share/chromeos-assets/quickoffice")));
+ FILE_PATH_LITERAL("/usr/share/chromeos-assets/quick_office")));
EnableFileSystemInGuestMode(id);
}
#endif // defined(GOOGLE_CHROME_BUILD)
« no previous file with comments | « trunk/src/chrome/browser/browser_resources.grd ('k') | trunk/src/chrome/browser/resources/quick_office/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698