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

Unified Diff: chrome/browser/dom_ui/shown_sections_handler.h

Issue 3156049: First set of changes for M7 NTP. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: pre-review cleanup Created 10 years, 4 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/dom_ui/shown_sections_handler.h
diff --git a/chrome/browser/dom_ui/shown_sections_handler.h b/chrome/browser/dom_ui/shown_sections_handler.h
index afe1e2692f2af200c1d28503d1a9ff3cd0faea77..e097c71c25bad2f5d55885afac6f570cbd51bf97 100644
--- a/chrome/browser/dom_ui/shown_sections_handler.h
+++ b/chrome/browser/dom_ui/shown_sections_handler.h
@@ -20,7 +20,8 @@ enum Section {
RECENT = 4,
TIPS = 8,
SYNC = 16,
- DEBUG = 32
+ DEBUG = 32,
+ APPS = 64
};
class ShownSectionsHandler : public DOMMessageHandler,

Powered by Google App Engine
This is Rietveld 408576698