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

Side by Side Diff: chrome/browser/ui/webui/chromeos/charger_replacement_ui.cc

Issue 102373006: Merge 240486 "Implement the spring charger replacement UI and ad..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1650/src/
Patch Set: Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/ui/webui/chromeos/charger_replacement_ui.h" 5 #include "chrome/browser/ui/webui/chromeos/charger_replacement_ui.h"
6 6
7 #include "base/values.h" 7 #include "base/values.h"
8 #include "chrome/browser/profiles/profile.h" 8 #include "chrome/browser/profiles/profile.h"
9 #include "chrome/browser/ui/webui/chromeos/charger_replacement_handler.h" 9 #include "chrome/browser/ui/webui/chromeos/charger_replacement_handler.h"
10 #include "chrome/common/url_constants.h" 10 #include "chrome/common/url_constants.h"
(...skipping 16 matching lines...) Expand all
27 source->DisableContentSecurityPolicy(); 27 source->DisableContentSecurityPolicy();
28 28
29 Profile* profile = Profile::FromWebUI(web_ui); 29 Profile* profile = Profile::FromWebUI(web_ui);
30 content::WebUIDataSource::Add(profile, source); 30 content::WebUIDataSource::Add(profile, source);
31 } 31 }
32 32
33 ChargerReplacementUI::~ChargerReplacementUI() { 33 ChargerReplacementUI::~ChargerReplacementUI() {
34 } 34 }
35 35
36 } // namespace chromeos 36 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/charger_replacement_ui.h ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698