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

Unified Diff: chrome/browser/ui/webui/chromeos/emulator/device_emulator_ui.cc

Issue 1256303002: Creating Ui for Battery State Option in Chrome Os Emulator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated nits and fixed device_emulator undefined Created 5 years, 5 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/chromeos/emulator/device_emulator_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/emulator/device_emulator_ui.cc b/chrome/browser/ui/webui/chromeos/emulator/device_emulator_ui.cc
index d0a472991d4bf8014ff58c95a7776fa342ddc5af..283accf507b8ca245dd933f4543d10aa52ac78c3 100644
--- a/chrome/browser/ui/webui/chromeos/emulator/device_emulator_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/emulator/device_emulator_ui.cc
@@ -45,7 +45,6 @@ DeviceEmulatorUI::DeviceEmulatorUI(content::WebUI* web_ui)
DeviceEmulatorMessageHandler* handler = new DeviceEmulatorMessageHandler();
handler->Init();
web_ui->AddMessageHandler(handler);
-
oshima 2015/07/29 00:50:48 revert this file?
mozartalouis 2015/07/29 21:06:04 Done.
content::WebUIDataSource::Add(web_ui->GetWebContents()->GetBrowserContext(),
CreateDeviceEmulatorUIDataSource());
}

Powered by Google App Engine
This is Rietveld 408576698