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

Unified Diff: chrome/browser/ui/webui/net_export_ui.cc

Issue 2757473002: Cosmetic changes to chrome://net-export, primarily for desktop mode. (Closed)
Patch Set: address Helen's comments Created 3 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
« no previous file with comments | « no previous file | components/net_log/resources/net_export.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/net_export_ui.cc
diff --git a/chrome/browser/ui/webui/net_export_ui.cc b/chrome/browser/ui/webui/net_export_ui.cc
index 393626a5b4bea408ccd02bd9df70ad708cee06bc..72db7cfe0301c26590fa5257a6a6c5f250181603 100644
--- a/chrome/browser/ui/webui/net_export_ui.cc
+++ b/chrome/browser/ui/webui/net_export_ui.cc
@@ -333,7 +333,6 @@ void NetExportMessageHandler::NotifyUIWithState(
std::unique_ptr<base::DictionaryValue> state) {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
DCHECK(web_ui());
- state->SetBoolean("useMobileUI", UsingMobileUI());
web_ui()->CallJavascriptFunctionUnsafe(net_log::kOnExportNetLogInfoChanged,
*state);
}
« no previous file with comments | « no previous file | components/net_log/resources/net_export.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698