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

Unified Diff: chrome/browser/resources/options/options_settings_app.js

Issue 11968034: Enable profile switching for standalone App Launcher via the Settings App. (Closed) Base URL: git://nomatter.syd/chromium/src.git@master
Patch Set: private 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/resources/options/options_settings_app.js
diff --git a/chrome/browser/resources/options/options_settings_app.js b/chrome/browser/resources/options/options_settings_app.js
index d46121faccce20989483d8c3755b0a9795122f8a..273aa6bad8f8860966dc114d13e1e8de5b795051 100644
--- a/chrome/browser/resources/options/options_settings_app.js
+++ b/chrome/browser/resources/options/options_settings_app.js
@@ -6,7 +6,7 @@
if (document.location != 'chrome://settings-frame/options_settings_app.html')
return;
- document.documentElement.classList.add('settings-app');
+ OptionsPage.setIsSettingsApp();
// Override the offset in the options page.
OptionsPage.setHorizontalOffset(38);
« no previous file with comments | « chrome/browser/resources/options/options_page.js ('k') | chrome/browser/ui/app_list/app_list_controller_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698