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

Unified Diff: chrome/browser/icon_loader_aura.cc

Issue 8028012: More Aura fixes, renaming and stubbing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years, 3 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 | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/ui/views/tabs/dragged_tab_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/icon_loader_aura.cc
diff --git a/chrome/browser/icon_loader_aura.cc b/chrome/browser/icon_loader_aura.cc
index 52a66f969d1073f949ed71ed1c67aa5abcee7646..c7d30f4cdaee8e8e5f525bdcd6d54470dac28136 100644
--- a/chrome/browser/icon_loader_aura.cc
+++ b/chrome/browser/icon_loader_aura.cc
@@ -4,12 +4,29 @@
#include "chrome/browser/icon_loader.h"
+IconLoader::IconLoader(const IconGroupID& group,
+ IconSize size,
+ Delegate* delegate) {
+ // TODO(saintlou): stubs for now.
+ NOTIMPLEMENTED();
+}
+
+void IconLoader::Start() {
+ // TODO(saintlou): stubs for now.
+ NOTIMPLEMENTED();
+}
+
+IconLoader::~IconLoader() {
+ // TODO(saintlou): stubs for now.
+ NOTIMPLEMENTED();
+ }
+
void IconLoader::ReadIcon() {
// TODO(saintlou): stubs for now.
NOTIMPLEMENTED();
}
-void IconLoader::ParseIcon() {
+void IconLoader::NotifyDelegate() {
// TODO(saintlou): stubs for now.
NOTIMPLEMENTED();
}
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/ui/views/tabs/dragged_tab_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698