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

Unified Diff: chrome/browser/about_flags.cc

Issue 22314003: NavigationController prototype Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NavController prototype - chrome side Created 7 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/app/generated_resources.grd ('k') | chrome/browser/resources/inspect/inspect.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c26ac280c64768908943c1190024908c244245c9..dc0e0d41b9220cfefcfbe5cdd969e97eb9e52b4d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -34,6 +34,7 @@
#include "ui/keyboard/keyboard_switches.h"
#include "ui/message_center/message_center_switches.h"
#include "ui/surface/surface_switches.h"
+#include "webkit/common/appcache/appcache_interfaces.h"
#if defined(USE_ASH)
#include "ash/ash_switches.h"
@@ -385,6 +386,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableExperimentalCanvasFeatures)
},
{
+ "enable-appcache-executable-handlers",
+ IDS_FLAGS_ENABLE_APPCACHE_EXECUTABLE_HANDLERS_NAME,
+ IDS_FLAGS_ENABLE_APPCACHE_EXECUTABLE_HANDLERS_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(appcache::kEnableExecutableHandlers)
+ },
+ {
"disable-accelerated-2d-canvas",
IDS_FLAGS_DISABLE_ACCELERATED_2D_CANVAS_NAME,
IDS_FLAGS_DISABLE_ACCELERATED_2D_CANVAS_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/inspect/inspect.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698